Html Css Color HEX #245876 Orient

📋 copy color: '#245876'

red 36 ◦ green 88 ◦ blue 118

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

Shades of Orient #245876

Tints of Orient #245876

RGB

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

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

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

R = 14.88%
G = 36.36%
B = 48.76%

CMYK

 C value IS 0.69

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#245876 (or 0x245876) is known color: Orient. HEX triplet: 24, 58 and 76. RGB value is (36,88,118). Sum of RGB (Red+Green+Blue) = 36+88+118=242 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.88% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 118 (46.48% from 255 or 48.76% from 242); Max value from RGB is 118 - color contains mainly: blue. Hex color #245876 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245876 is #DBA789. Grayscale: #4B4B4B. Windows color (decimal): -14395274 or 7755812. OLE color: 7755812.

HSL color Cylindrical-coordinate representation of color #245876: hue angle of 201.95º 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 #245876 is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 36 88 118 -
CMYK 0.69 0.25 0 0.54
HSL 201.95º 0.53% 0.3% -
HSV(B) 201.95º 0.69% 0.46% -
XYZ 7.49 8.66 18.42 -
YUV 75.87 151.77 99.56 -
System Red Green Blue C M Y K H S L
Decimal 36 88 118 0.69 0.25 0 0.54 201.95 0.53 0.3
Hex 24 58 76 45 19 0 36 CA 35 1E
Octal 44 130 166 105 31 0 66 312 65 36
Binary 100100 1011000 1110110 1000101 11001 0 110110 11001010 110101 11110

Color Harmonies of #245876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245876

Black with #245876

Text Example


Text Example

White with #245876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245876; }

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

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

background-color css

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

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

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

border-color css

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

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

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