Html Css Color HEX #245572 Orient

📋 copy color: '#245572'

red 36 ◦ green 85 ◦ blue 114

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

Shades of Orient #245572

Tints of Orient #245572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 48.51%

R = 15.32%
G = 36.17%
B = 48.51%

CMYK

 C value IS 0.68

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#245572 (or 0x245572) is known color: Orient. HEX triplet: 24, 55 and 72. RGB value is (36,85,114). Sum of RGB (Red+Green+Blue) = 36+85+114=235 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.32% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 114 (44.92% from 255 or 48.51% from 235); Max value from RGB is 114 - color contains mainly: blue. Hex color #245572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245572 is #DBAA8D. Grayscale: #494949. Windows color (decimal): -14396046 or 7492900. OLE color: 7492900.

HSL color Cylindrical-coordinate representation of color #245572: hue angle of 202.31º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #245572 is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 36 85 114 -
CMYK 0.68 0.25 0 0.55
HSL 202.31º 0.52% 0.29% -
HSV(B) 202.31º 0.68% 0.45% -
XYZ 7.01 8.09 17.11 -
YUV 73.66 150.77 101.14 -
System Red Green Blue C M Y K H S L
Decimal 36 85 114 0.68 0.25 0 0.55 202.31 0.52 0.29
Hex 24 55 72 44 19 0 37 CA 34 1D
Octal 44 125 162 104 31 0 67 312 64 35
Binary 100100 1010101 1110010 1000100 11001 0 110111 11001010 110100 11101

Color Harmonies of #245572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245572

Black with #245572

Text Example


Text Example

White with #245572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245572; }

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

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

background-color css

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

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

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

border-color css

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

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

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