#2A627B

Color #2A627B Orient (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orient #2A627B

Tints of Orient #2A627B

Color information

#2A627B (or 0x2A627B) is unknown color: approx Orient. HEX triplet: 2A, 62 and 7B. RGB value is (42,98,123). Sum of RGB (Red+Green+Blue) = 42+98+123=263 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.97% from 263); Green value is 98 (38.67% from 255 or 37.26% from 263); Blue value is 123 (48.44% from 255 or 46.77% from 263); Max value from RGB is 123 - color contains mainly: blue. Hex color #2A627B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A627B is #D59D84. Grayscale: #535353. Windows color (decimal): -13999493 or 8086058. OLE color: 8086058.

HSL color Cylindrical-coordinate representation of color #2A627B: hue angle of 198.52º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A627B is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4298123-
CMYK0.660.2000.52
HSL198.52º49.09%32.35%-
HSV(B)198.52º65.85%48.24%-
XYZ8.910.6620.33-
YUV84.11149.9597.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 42 (16.80% from 255) = 15.97%
GREEN value IS 98 (38.67% from 255) = 37.26%
BLUE value IS 123 (48.44% from 255) = 46.77%
R=15.97%
G=37.26%
B=46.77%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal42981230.660.2000.52198.5249.0932.35
Hex2A627B4214034c73120
Octal52142173102240643076140
Binary10101011000101111011100001010100011010011000111110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A627B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A627B; }

 p { color: rgb(42,98,123); }

 H1.HeaderClassName
 {
   color: #2A627B;
 }
 .AnyTagClassName
 {
   color: #2A627B;
 }
</style>
background-color css

<style>
 a { background-color: #2A627B; }

 a { background-color: rgb(42,98,123); }

 div.DivClassName
 {
   background-color: #2A627B;
 }
 .BgClassName
 {
   background-color: #2A627B;
 }
</style>
border-color css

<style>
 span { border-color: #2A627B; }

 span { border-color: rgb(42,98,123); }

 td.TdClassName
 {
   border-color: #2A627B;
 }
 .TagClassName
 {
   border-color: #2A627B;
 }
</style>