Html Css Color HEX #285976 Orient

📋 copy color: '#285976'

red 40 ◦ green 89 ◦ blue 118

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

Shades of Orient #285976

Tints of Orient #285976

RGB

 RED value IS 40 (16.02% from 255) = 16.19%

 GREEN value IS 89 (35.16% from 255) = 36.03%

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

R = 16.19%
G = 36.03%
B = 47.77%

CMYK

 C value IS 0.66

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#285976 (or 0x285976) is known color: Orient. HEX triplet: 28, 59 and 76. RGB value is (40,89,118). Sum of RGB (Red+Green+Blue) = 40+89+118=247 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.19% from 247); Green value is 89 (35.16% from 255 or 36.03% from 247); Blue value is 118 (46.48% from 255 or 47.77% from 247); Max value from RGB is 118 - color contains mainly: blue. Hex color #285976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285976 is #D7A689. Grayscale: #4D4D4D. Windows color (decimal): -14132874 or 7756072. OLE color: 7756072.

HSL color Cylindrical-coordinate representation of color #285976: hue angle of 202.31º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #285976 is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 40 89 118 -
CMYK 0.66 0.25 0 0.54
HSL 202.31º 0.49% 0.31% -
HSV(B) 202.31º 0.66% 0.46% -
XYZ 7.72 8.9 18.45 -
YUV 77.66 150.77 101.14 -
System Red Green Blue C M Y K H S L
Decimal 40 89 118 0.66 0.25 0 0.54 202.31 0.49 0.31
Hex 28 59 76 42 19 0 36 CA 31 1F
Octal 50 131 166 102 31 0 66 312 61 37
Binary 101000 1011001 1110110 1000010 11001 0 110110 11001010 110001 11111

Color Harmonies of #285976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285976

Black with #285976

Text Example


Text Example

White with #285976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285976; }

 p { color: rgb(40,89,118); }

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

background-color css

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

 a { background-color: rgb(40,89,118); }

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

border-color css

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

 span { border-color: rgb(40,89,118); }

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