#2A5D77

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

Shades of Orient #2A5D77

Tints of Orient #2A5D77

Color information

#2A5D77 (or 0x2A5D77) is unknown color: approx Orient. HEX triplet: 2A, 5D and 77. RGB value is (42,93,119). Sum of RGB (Red+Green+Blue) = 42+93+119=254 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.54% from 254); Green value is 93 (36.72% from 255 or 36.61% from 254); Blue value is 119 (46.88% from 255 or 46.85% from 254); Max value from RGB is 119 - color contains mainly: blue. Hex color #2A5D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5D77 is #D5A288. Grayscale: #505050. Windows color (decimal): -14000777 or 7822634. OLE color: 7822634.

HSL color Cylindrical-coordinate representation of color #2A5D77: hue angle of 200.26º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2A5D77 is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4293119-
CMYK0.650.2200.53
HSL200.26º47.83%31.57%-
HSV(B)200.26º64.71%46.67%-
XYZ8.29.6518.88-
YUV80.72149.6100.39-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.54%
GREEN value IS 93 (36.72% from 255) = 36.61%
BLUE value IS 119 (46.88% from 255) = 46.85%
R=16.54%
G=36.61%
B=46.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42931190.650.2200.53200.2647.8331.57
Hex2A5D774116035c83020
Octal52135167101260653106040
Binary10101010111011110111100000110110011010111001000110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,93,119); }

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

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

 a { background-color: rgb(42,93,119); }

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

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

 span { border-color: rgb(42,93,119); }

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