Html Css Color HEX #245576 Orient

📋 copy color: '#245576'

red 36 ◦ green 85 ◦ blue 118

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

Shades of Orient #245576

Tints of Orient #245576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 49.37%

R = 15.06%
G = 35.56%
B = 49.37%

CMYK

 C value IS 0.69

 M value IS 0.28

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#245576 (or 0x245576) is known color: Orient. HEX triplet: 24, 55 and 76. RGB value is (36,85,118). Sum of RGB (Red+Green+Blue) = 36+85+118=239 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.06% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 118 (46.48% from 255 or 49.37% from 239); Max value from RGB is 118 - color contains mainly: blue. Hex color #245576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245576 is #DBAA89. Grayscale: #494949. Windows color (decimal): -14396042 or 7755044. OLE color: 7755044.

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

Color convert

RGB 36 85 118 -
CMYK 0.69 0.28 0 0.54
HSL 204.15º 0.53% 0.3% -
HSV(B) 204.15º 0.69% 0.46% -
XYZ 7.25 8.18 18.34 -
YUV 74.11 152.77 100.82 -
System Red Green Blue C M Y K H S L
Decimal 36 85 118 0.69 0.28 0 0.54 204.15 0.53 0.3
Hex 24 55 76 45 1C 0 36 CC 35 1E
Octal 44 125 166 105 34 0 66 314 65 36
Binary 100100 1010101 1110110 1000101 11100 0 110110 11001100 110101 11110

Color Harmonies of #245576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245576

Black with #245576

Text Example


Text Example

White with #245576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245576; }

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

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

background-color css

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

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

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

border-color css

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

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

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