Html Css Color HEX #285B76 Orient

📋 copy color: '#285B76'

red 40 ◦ green 91 ◦ blue 118

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

Shades of Orient #285B76

Tints of Orient #285B76

RGB

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

 GREEN value IS 91 (35.94% from 255) = 36.55%

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

R = 16.06%
G = 36.55%
B = 47.39%

CMYK

 C value IS 0.66

 M value IS 0.23

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#285B76 (or 0x285B76) is known color: Orient. HEX triplet: 28, 5B and 76. RGB value is (40,91,118). Sum of RGB (Red+Green+Blue) = 40+91+118=249 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.06% from 249); Green value is 91 (35.94% from 255 or 36.55% from 249); Blue value is 118 (46.48% from 255 or 47.39% from 249); Max value from RGB is 118 - color contains mainly: blue. Hex color #285B76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285B76 is #D7A489. Grayscale: #4E4E4E. Windows color (decimal): -14132362 or 7756584. OLE color: 7756584.

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

Color convert

RGB 40 91 118 -
CMYK 0.66 0.23 0 0.54
HSL 200.77º 0.49% 0.31% -
HSV(B) 200.77º 0.66% 0.46% -
XYZ 7.89 9.24 18.51 -
YUV 78.83 150.1 100.3 -
System Red Green Blue C M Y K H S L
Decimal 40 91 118 0.66 0.23 0 0.54 200.77 0.49 0.31
Hex 28 5B 76 42 17 0 36 C9 31 1F
Octal 50 133 166 102 27 0 66 311 61 37
Binary 101000 1011011 1110110 1000010 10111 0 110110 11001001 110001 11111

Color Harmonies of #285B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285B76

Black with #285B76

Text Example


Text Example

White with #285B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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