#2A6481

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

Shades of Orient #2A6481

Tints of Orient #2A6481

Color information

#2A6481 (or 0x2A6481) is unknown color: approx Orient. HEX triplet: 2A, 64 and 81. RGB value is (42,100,129). Sum of RGB (Red+Green+Blue) = 42+100+129=271 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.50% from 271); Green value is 100 (39.45% from 255 or 36.90% from 271); Blue value is 129 (50.78% from 255 or 47.60% from 271); Max value from RGB is 129 - color contains mainly: blue. Hex color #2A6481 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A6481 is #D59B7E. Grayscale: #555555. Windows color (decimal): -13998975 or 8479786. OLE color: 8479786.

HSL color Cylindrical-coordinate representation of color #2A6481: hue angle of 200º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A6481 is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB42100129-
CMYK0.670.2200.49
HSL200º50.88%33.53%-
HSV(B)200º67.44%50.59%-
XYZ9.4711.1922.43-
YUV85.96152.2896.64-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.50%
GREEN value IS 100 (39.45% from 255) = 36.90%
BLUE value IS 129 (50.78% from 255) = 47.60%
R=15.50%
G=36.90%
B=47.60%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal421001290.670.2200.4920050.8833.53
Hex2A64814316031c83322
Octal52144201103260613106342
Binary101010110010010000001100001110110011000111001000110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,100,129); }

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

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

 a { background-color: rgb(42,100,129); }

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

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

 span { border-color: rgb(42,100,129); }

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