Html Css Color HEX #245677 Orient

📋 copy color: '#245677'

red 36 ◦ green 86 ◦ blue 119

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

Shades of Orient #245677

Tints of Orient #245677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 49.38%

R = 14.94%
G = 35.68%
B = 49.38%

CMYK

 C value IS 0.70

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#245677 (or 0x245677) is known color: Orient. HEX triplet: 24, 56 and 77. RGB value is (36,86,119). Sum of RGB (Red+Green+Blue) = 36+86+119=241 (31% of max value = 765). Red value is 36 (14.45% from 255 or 14.94% from 241); Green value is 86 (33.98% from 255 or 35.68% from 241); Blue value is 119 (46.88% from 255 or 49.38% from 241); Max value from RGB is 119 - color contains mainly: blue. Hex color #245677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245677 is #DBA988. Grayscale: #4A4A4A. Windows color (decimal): -14395785 or 7820836. OLE color: 7820836.

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

Color convert

RGB 36 86 119 -
CMYK 0.70 0.28 0 0.53
HSL 203.86º 0.54% 0.3% -
HSV(B) 203.86º 0.7% 0.47% -
XYZ 7.39 8.36 18.68 -
YUV 74.81 152.94 100.32 -
System Red Green Blue C M Y K H S L
Decimal 36 86 119 0.70 0.28 0 0.53 203.86 0.54 0.3
Hex 24 56 77 46 1C 0 35 CC 36 1E
Octal 44 126 167 106 34 0 65 314 66 36
Binary 100100 1010110 1110111 1000110 11100 0 110101 11001100 110110 11110

Color Harmonies of #245677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245677

Black with #245677

Text Example


Text Example

White with #245677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245677; }

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

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

background-color css

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

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

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

border-color css

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

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

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