Html Css Color HEX #245E79 Orient

📋 copy color: '#245E79'

red 36 ◦ green 94 ◦ blue 121

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

Shades of Orient #245E79

Tints of Orient #245E79

RGB

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

 GREEN value IS 94 (37.11% from 255) = 37.45%

 BLUE value IS 121 (47.66% from 255) = 48.21%

R = 14.34%
G = 37.45%
B = 48.21%

CMYK

 C value IS 0.70

 M value IS 0.22

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#245E79 (or 0x245E79) is known color: Orient. HEX triplet: 24, 5E and 79. RGB value is (36,94,121). Sum of RGB (Red+Green+Blue) = 36+94+121=251 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.34% from 251); Green value is 94 (37.11% from 255 or 37.45% from 251); Blue value is 121 (47.66% from 255 or 48.21% from 251); Max value from RGB is 121 - color contains mainly: blue. Hex color #245E79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245E79 is #DBA186. Grayscale: #4F4F4F. Windows color (decimal): -14393735 or 7953956. OLE color: 7953956.

HSL color Cylindrical-coordinate representation of color #245E79: hue angle of 199.06º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #245E79 is Cyan = 0.70, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 36 94 121 -
CMYK 0.70 0.22 0 0.53
HSL 199.06º 0.54% 0.31% -
HSV(B) 199.06º 0.7% 0.47% -
XYZ 8.18 9.76 19.54 -
YUV 79.74 151.28 96.8 -
System Red Green Blue C M Y K H S L
Decimal 36 94 121 0.70 0.22 0 0.53 199.06 0.54 0.31
Hex 24 5E 79 46 16 0 35 C7 36 1F
Octal 44 136 171 106 26 0 65 307 66 37
Binary 100100 1011110 1111001 1000110 10110 0 110101 11000111 110110 11111

Color Harmonies of #245E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245E79

Black with #245E79

Text Example


Text Example

White with #245E79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,94,121); }

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

background-color css

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

 a { background-color: rgb(36,94,121); }

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

border-color css

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

 span { border-color: rgb(36,94,121); }

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