Html Css Color HEX #285E76 Orient

📋 copy color: '#285E76'

red 40 ◦ green 94 ◦ blue 118

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

Shades of Orient #285E76

Tints of Orient #285E76

RGB

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

 GREEN value IS 94 (37.11% from 255) = 37.3%

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

R = 15.87%
G = 37.3%
B = 46.83%

CMYK

 C value IS 0.66

 M value IS 0.20

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#285E76 (or 0x285E76) is known color: Orient. HEX triplet: 28, 5E and 76. RGB value is (40,94,118). Sum of RGB (Red+Green+Blue) = 40+94+118=252 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.87% from 252); Green value is 94 (37.11% from 255 or 37.30% from 252); Blue value is 118 (46.48% from 255 or 46.83% from 252); Max value from RGB is 118 - color contains mainly: blue. Hex color #285E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285E76 is #D7A189. Grayscale: #505050. Windows color (decimal): -14131594 or 7757352. OLE color: 7757352.

HSL color Cylindrical-coordinate representation of color #285E76: hue angle of 198.46º 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 #285E76 is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 40 94 118 -
CMYK 0.66 0.20 0 0.54
HSL 198.46º 0.49% 0.31% -
HSV(B) 198.46º 0.66% 0.46% -
XYZ 8.15 9.76 18.59 -
YUV 80.59 149.11 99.05 -
System Red Green Blue C M Y K H S L
Decimal 40 94 118 0.66 0.20 0 0.54 198.46 0.49 0.31
Hex 28 5E 76 42 14 0 36 C6 31 1F
Octal 50 136 166 102 24 0 66 306 61 37
Binary 101000 1011110 1110110 1000010 10100 0 110110 11000110 110001 11111

Color Harmonies of #285E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285E76

Black with #285E76

Text Example


Text Example

White with #285E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285E76; }

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

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

background-color css

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

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

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

border-color css

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

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

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