Html Css Color HEX #245777 Orient

📋 copy color: '#245777'

red 36 ◦ green 87 ◦ blue 119

#245777
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orient #245777

Tints of Orient #245777

RGB

 RED value IS 36 (14.45% from 255) = 14.88%

 GREEN value IS 87 (34.38% from 255) = 35.95%

 BLUE value IS 119 (46.88% from 255) = 49.17%

R = 14.88%
G = 35.95%
B = 49.17%

CMYK

 C value IS 0.70

 M value IS 0.27

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#245777 (or 0x245777) is known color: Orient. HEX triplet: 24, 57 and 77. RGB value is (36,87,119). Sum of RGB (Red+Green+Blue) = 36+87+119=242 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.88% from 242); Green value is 87 (34.38% from 255 or 35.95% from 242); Blue value is 119 (46.88% from 255 or 49.17% from 242); Max value from RGB is 119 - color contains mainly: blue. Hex color #245777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245777 is #DBA888. Grayscale: #4B4B4B. Windows color (decimal): -14395529 or 7821092. OLE color: 7821092.

HSL color Cylindrical-coordinate representation of color #245777: hue angle of 203.13º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #245777 is Cyan = 0.70, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 36 87 119 -
CMYK 0.70 0.27 0 0.53
HSL 203.13º 0.54% 0.3% -
HSV(B) 203.13º 0.7% 0.47% -
XYZ 7.47 8.52 18.7 -
YUV 75.4 152.6 99.9 -
System Red Green Blue C M Y K H S L
Decimal 36 87 119 0.70 0.27 0 0.53 203.13 0.54 0.3
Hex 24 57 77 46 1B 0 35 CB 36 1E
Octal 44 127 167 106 33 0 65 313 66 36
Binary 100100 1010111 1110111 1000110 11011 0 110101 11001011 110110 11110

Color Harmonies of #245777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245777

Black with #245777

Text Example


Text Example

White with #245777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245777; }

 p { color: rgb(36,87,119); }

 H1.HeaderClassName
 {
   color: #245777;
 }
 .AnyTagClassName
 {
   color: #245777;
 }
</style>

background-color css

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

 a { background-color: rgb(36,87,119); }

 div.DivClassName
 {
   background-color: #245777;
 }
 .BgClassName
 {
   background-color: #245777;
 }
</style>

border-color css

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

 span { border-color: rgb(36,87,119); }

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