Html Css Color HEX #245574 Orient

📋 copy color: '#245574'

red 36 ◦ green 85 ◦ blue 116

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

Shades of Orient #245574

Tints of Orient #245574

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.86%

 BLUE value IS 116 (45.7% from 255) = 48.95%

R = 15.19%
G = 35.86%
B = 48.95%

CMYK

 C value IS 0.69

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#245574 (or 0x245574) is known color: Orient. HEX triplet: 24, 55 and 74. RGB value is (36,85,116). Sum of RGB (Red+Green+Blue) = 36+85+116=237 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.19% from 237); Green value is 85 (33.59% from 255 or 35.86% from 237); Blue value is 116 (45.70% from 255 or 48.95% from 237); Max value from RGB is 116 - color contains mainly: blue. Hex color #245574 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245574 is #DBAA8B. Grayscale: #494949. Windows color (decimal): -14396044 or 7623972. OLE color: 7623972.

HSL color Cylindrical-coordinate representation of color #245574: hue angle of 203.25º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #245574 is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 36 85 116 -
CMYK 0.69 0.27 0 0.55
HSL 203.25º 0.53% 0.3% -
HSV(B) 203.25º 0.69% 0.45% -
XYZ 7.13 8.13 17.72 -
YUV 73.88 151.77 100.98 -
System Red Green Blue C M Y K H S L
Decimal 36 85 116 0.69 0.27 0 0.55 203.25 0.53 0.3
Hex 24 55 74 45 1B 0 37 CB 35 1E
Octal 44 125 164 105 33 0 67 313 65 36
Binary 100100 1010101 1110100 1000101 11011 0 110111 11001011 110101 11110

Color Harmonies of #245574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245574

Black with #245574

Text Example


Text Example

White with #245574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245574; }

 p { color: rgb(36,85,116); }

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

background-color css

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

 a { background-color: rgb(36,85,116); }

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

border-color css

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

 span { border-color: rgb(36,85,116); }

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