Html Css Color HEX #245676 Orient

📋 copy color: '#245676'

red 36 ◦ green 86 ◦ blue 118

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

Shades of Orient #245676

Tints of Orient #245676

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.83%

 BLUE value IS 118 (46.48% from 255) = 49.17%

R = 15%
G = 35.83%
B = 49.17%

CMYK

 C value IS 0.69

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#245676 (or 0x245676) is known color: Orient. HEX triplet: 24, 56 and 76. RGB value is (36,86,118). Sum of RGB (Red+Green+Blue) = 36+86+118=240 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15% from 240); Green value is 86 (33.98% from 255 or 35.83% from 240); Blue value is 118 (46.48% from 255 or 49.17% from 240); Max value from RGB is 118 - color contains mainly: blue. Hex color #245676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245676 is #DBA989. Grayscale: #4A4A4A. Windows color (decimal): -14395786 or 7755300. OLE color: 7755300.

HSL color Cylindrical-coordinate representation of color #245676: hue angle of 203.41º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #245676 is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 36 86 118 -
CMYK 0.69 0.27 0 0.54
HSL 203.41º 0.53% 0.3% -
HSV(B) 203.41º 0.69% 0.46% -
XYZ 7.33 8.34 18.36 -
YUV 74.7 152.44 100.4 -
System Red Green Blue C M Y K H S L
Decimal 36 86 118 0.69 0.27 0 0.54 203.41 0.53 0.3
Hex 24 56 76 45 1B 0 36 CB 35 1E
Octal 44 126 166 105 33 0 66 313 65 36
Binary 100100 1010110 1110110 1000101 11011 0 110110 11001011 110101 11110

Color Harmonies of #245676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245676

Black with #245676

Text Example


Text Example

White with #245676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245676; }

 p { color: rgb(36,86,118); }

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

background-color css

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

 a { background-color: rgb(36,86,118); }

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

border-color css

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

 span { border-color: rgb(36,86,118); }

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