Html Css Color HEX #245877 Orient

📋 copy color: '#245877'

red 36 ◦ green 88 ◦ blue 119

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

Shades of Orient #245877

Tints of Orient #245877

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.21%

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

R = 14.81%
G = 36.21%
B = 48.97%

CMYK

 C value IS 0.70

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#245877 (or 0x245877) is known color: Orient. HEX triplet: 24, 58 and 77. RGB value is (36,88,119). Sum of RGB (Red+Green+Blue) = 36+88+119=243 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.81% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 119 (46.88% from 255 or 48.97% from 243); Max value from RGB is 119 - color contains mainly: blue. Hex color #245877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245877 is #DBA788. Grayscale: #4B4B4B. Windows color (decimal): -14395273 or 7821348. OLE color: 7821348.

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

Color convert

RGB 36 88 119 -
CMYK 0.70 0.26 0 0.53
HSL 202.41º 0.54% 0.3% -
HSV(B) 202.41º 0.7% 0.47% -
XYZ 7.55 8.69 18.73 -
YUV 75.99 152.27 99.48 -
System Red Green Blue C M Y K H S L
Decimal 36 88 119 0.70 0.26 0 0.53 202.41 0.54 0.3
Hex 24 58 77 46 1A 0 35 CA 36 1E
Octal 44 130 167 106 32 0 65 312 66 36
Binary 100100 1011000 1110111 1000110 11010 0 110101 11001010 110110 11110

Color Harmonies of #245877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245877

Black with #245877

Text Example


Text Example

White with #245877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245877; }

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

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

background-color css

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

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

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

border-color css

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

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

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