Html Css Color HEX #286176 Orient

📋 copy color: '#286176'

red 40 ◦ green 97 ◦ blue 118

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

Shades of Orient #286176

Tints of Orient #286176

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.04%

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

R = 15.69%
G = 38.04%
B = 46.27%

CMYK

 C value IS 0.66

 M value IS 0.18

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#286176 (or 0x286176) is known color: Orient. HEX triplet: 28, 61 and 76. RGB value is (40,97,118). Sum of RGB (Red+Green+Blue) = 40+97+118=255 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.69% from 255); Green value is 97 (38.28% from 255 or 38.04% from 255); Blue value is 118 (46.48% from 255 or 46.27% from 255); Max value from RGB is 118 - color contains mainly: blue. Hex color #286176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286176 is #D79E89. Grayscale: #525252. Windows color (decimal): -14130826 or 7758120. OLE color: 7758120.

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

Color convert

RGB 40 97 118 -
CMYK 0.66 0.18 0 0.54
HSL 196.15º 0.49% 0.31% -
HSV(B) 196.15º 0.66% 0.46% -
XYZ 8.42 10.31 18.69 -
YUV 82.35 148.12 97.79 -
System Red Green Blue C M Y K H S L
Decimal 40 97 118 0.66 0.18 0 0.54 196.15 0.49 0.31
Hex 28 61 76 42 12 0 36 C4 31 1F
Octal 50 141 166 102 22 0 66 304 61 37
Binary 101000 1100001 1110110 1000010 10010 0 110110 11000100 110001 11111

Color Harmonies of #286176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286176

Black with #286176

Text Example


Text Example

White with #286176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286176; }

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

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

background-color css

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

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

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

border-color css

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

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

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