Html Css Color HEX #245D79 Orient

📋 copy color: '#245D79'

red 36 ◦ green 93 ◦ blue 121

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

Shades of Orient #245D79

Tints of Orient #245D79

RGB

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

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

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

R = 14.4%
G = 37.2%
B = 48.4%

CMYK

 C value IS 0.70

 M value IS 0.23

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#245D79 (or 0x245D79) is known color: Orient. HEX triplet: 24, 5D and 79. RGB value is (36,93,121). Sum of RGB (Red+Green+Blue) = 36+93+121=250 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.4% from 250); Green value is 93 (36.72% from 255 or 37.2% from 250); Blue value is 121 (47.66% from 255 or 48.4% from 250); Max value from RGB is 121 - color contains mainly: blue. Hex color #245D79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245D79 is #DBA286. Grayscale: #4E4E4E. Windows color (decimal): -14393991 or 7953700. OLE color: 7953700.

HSL color Cylindrical-coordinate representation of color #245D79: hue angle of 199.76º 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 #245D79 is Cyan = 0.70, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 36 93 121 -
CMYK 0.70 0.23 0 0.53
HSL 199.76º 0.54% 0.31% -
HSV(B) 199.76º 0.7% 0.47% -
XYZ 8.09 9.58 19.51 -
YUV 79.15 151.62 97.22 -
System Red Green Blue C M Y K H S L
Decimal 36 93 121 0.70 0.23 0 0.53 199.76 0.54 0.31
Hex 24 5D 79 46 17 0 35 C8 36 1F
Octal 44 135 171 106 27 0 65 310 66 37
Binary 100100 1011101 1111001 1000110 10111 0 110101 11001000 110110 11111

Color Harmonies of #245D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245D79

Black with #245D79

Text Example


Text Example

White with #245D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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