Html Css Color HEX #245672 Orient

📋 copy color: '#245672'

red 36 ◦ green 86 ◦ blue 114

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

Shades of Orient #245672

Tints of Orient #245672

RGB

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

 GREEN value IS 86 (33.98% from 255) = 36.44%

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

R = 15.25%
G = 36.44%
B = 48.31%

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

#245672 (or 0x245672) is known color: Orient. HEX triplet: 24, 56 and 72. RGB value is (36,86,114). Sum of RGB (Red+Green+Blue) = 36+86+114=236 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.25% from 236); Green value is 86 (33.98% from 255 or 36.44% from 236); Blue value is 114 (44.92% from 255 or 48.31% from 236); Max value from RGB is 114 - color contains mainly: blue. Hex color #245672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245672 is #DBA98D. Grayscale: #4A4A4A. Windows color (decimal): -14395790 or 7493156. OLE color: 7493156.

HSL color Cylindrical-coordinate representation of color #245672: hue angle of 201.54º 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 #245672 is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 36 86 114 -
CMYK 0.68 0.25 0 0.55
HSL 201.54º 0.52% 0.29% -
HSV(B) 201.54º 0.68% 0.45% -
XYZ 7.09 8.25 17.14 -
YUV 74.24 150.44 100.72 -
System Red Green Blue C M Y K H S L
Decimal 36 86 114 0.68 0.25 0 0.55 201.54 0.52 0.29
Hex 24 56 72 44 19 0 37 CA 34 1D
Octal 44 126 162 104 31 0 67 312 64 35
Binary 100100 1010110 1110010 1000100 11001 0 110111 11001010 110100 11101

Color Harmonies of #245672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245672

Black with #245672

Text Example


Text Example

White with #245672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245672; }

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

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

background-color css

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

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

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

border-color css

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

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

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