Html Css Color HEX #245978 Orient

📋 copy color: '#245978'

red 36 ◦ green 89 ◦ blue 120

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

Shades of Orient #245978

Tints of Orient #245978

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.33%

 BLUE value IS 120 (47.27% from 255) = 48.98%

R = 14.69%
G = 36.33%
B = 48.98%

CMYK

 C value IS 0.7

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#245978 (or 0x245978) is known color: Orient. HEX triplet: 24, 59 and 78. RGB value is (36,89,120). Sum of RGB (Red+Green+Blue) = 36+89+120=245 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.69% from 245); Green value is 89 (35.16% from 255 or 36.33% from 245); Blue value is 120 (47.27% from 255 or 48.98% from 245); Max value from RGB is 120 - color contains mainly: blue. Hex color #245978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245978 is #DBA687. Grayscale: #4C4C4C. Windows color (decimal): -14395016 or 7887140. OLE color: 7887140.

HSL color Cylindrical-coordinate representation of color #245978: hue angle of 202.14º 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 #245978 is Cyan = 0.7, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 36 89 120 -
CMYK 0.7 0.26 0 0.53
HSL 202.14º 0.54% 0.31% -
HSV(B) 202.14º 0.7% 0.47% -
XYZ 7.69 8.88 19.08 -
YUV 76.69 152.44 98.98 -
System Red Green Blue C M Y K H S L
Decimal 36 89 120 0.7 0.26 0 0.53 202.14 0.54 0.31
Hex 24 59 78 46 1A 0 35 CA 36 1F
Octal 44 131 170 106 32 0 65 312 66 37
Binary 100100 1011001 1111000 1000110 11010 0 110101 11001010 110110 11111

Color Harmonies of #245978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245978

Black with #245978

Text Example


Text Example

White with #245978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245978; }

 p { color: rgb(36,89,120); }

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

background-color css

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

 a { background-color: rgb(36,89,120); }

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

border-color css

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

 span { border-color: rgb(36,89,120); }

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