Html Css Color HEX #245D72 Orient

📋 copy color: '#245D72'

red 36 ◦ green 93 ◦ blue 114

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

Shades of Orient #245D72

Tints of Orient #245D72

RGB

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

 GREEN value IS 93 (36.72% from 255) = 38.27%

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

R = 14.81%
G = 38.27%
B = 46.91%

CMYK

 C value IS 0.68

 M value IS 0.18

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#245D72 (or 0x245D72) is known color: Orient. HEX triplet: 24, 5D and 72. RGB value is (36,93,114). Sum of RGB (Red+Green+Blue) = 36+93+114=243 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.81% from 243); Green value is 93 (36.72% from 255 or 38.27% from 243); Blue value is 114 (44.92% from 255 or 46.91% from 243); Max value from RGB is 114 - color contains mainly: blue. Hex color #245D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245D72 is #DBA28D. Grayscale: #4E4E4E. Windows color (decimal): -14393998 or 7494948. OLE color: 7494948.

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

Color convert

RGB 36 93 114 -
CMYK 0.68 0.18 0 0.55
HSL 196.15º 0.52% 0.29% -
HSV(B) 196.15º 0.68% 0.45% -
XYZ 7.68 9.42 17.33 -
YUV 78.35 148.12 97.79 -
System Red Green Blue C M Y K H S L
Decimal 36 93 114 0.68 0.18 0 0.55 196.15 0.52 0.29
Hex 24 5D 72 44 12 0 37 C4 34 1D
Octal 44 135 162 104 22 0 67 304 64 35
Binary 100100 1011101 1110010 1000100 10010 0 110111 11000100 110100 11101

Color Harmonies of #245D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245D72

Black with #245D72

Text Example


Text Example

White with #245D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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