Html Css Color HEX #245C78 Orient

📋 copy color: '#245C78'

red 36 ◦ green 92 ◦ blue 120

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

Shades of Orient #245C78

Tints of Orient #245C78

RGB

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

 GREEN value IS 92 (36.33% from 255) = 37.1%

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

R = 14.52%
G = 37.1%
B = 48.39%

CMYK

 C value IS 0.7

 M value IS 0.23

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#245C78 (or 0x245C78) is known color: Orient. HEX triplet: 24, 5C and 78. RGB value is (36,92,120). Sum of RGB (Red+Green+Blue) = 36+92+120=248 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.52% from 248); Green value is 92 (36.33% from 255 or 37.10% from 248); Blue value is 120 (47.27% from 255 or 48.39% from 248); Max value from RGB is 120 - color contains mainly: blue. Hex color #245C78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245C78 is #DBA387. Grayscale: #4E4E4E. Windows color (decimal): -14394248 or 7887908. OLE color: 7887908.

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

Color convert

RGB 36 92 120 -
CMYK 0.7 0.23 0 0.53
HSL 200º 0.54% 0.31% -
HSV(B) 200º 0.7% 0.47% -
XYZ 7.94 9.39 19.16 -
YUV 78.45 151.45 97.72 -
System Red Green Blue C M Y K H S L
Decimal 36 92 120 0.7 0.23 0 0.53 200 0.54 0.31
Hex 24 5C 78 46 17 0 35 C8 36 1F
Octal 44 134 170 106 27 0 65 310 66 37
Binary 100100 1011100 1111000 1000110 10111 0 110101 11001000 110110 11111

Color Harmonies of #245C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245C78

Black with #245C78

Text Example


Text Example

White with #245C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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