Html Css Color HEX #286376 Orient

📋 copy color: '#286376'

red 40 ◦ green 99 ◦ blue 118

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

Shades of Orient #286376

Tints of Orient #286376

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.52%

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

R = 15.56%
G = 38.52%
B = 45.91%

CMYK

 C value IS 0.66

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#286376 (or 0x286376) is known color: Orient. HEX triplet: 28, 63 and 76. RGB value is (40,99,118). Sum of RGB (Red+Green+Blue) = 40+99+118=257 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.56% from 257); Green value is 99 (39.06% from 255 or 38.52% from 257); Blue value is 118 (46.48% from 255 or 45.91% from 257); Max value from RGB is 118 - color contains mainly: blue. Hex color #286376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286376 is #D79C89. Grayscale: #535353. Windows color (decimal): -14130314 or 7758632. OLE color: 7758632.

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

Color convert

RGB 40 99 118 -
CMYK 0.66 0.16 0 0.54
HSL 194.62º 0.49% 0.31% -
HSV(B) 194.62º 0.66% 0.46% -
XYZ 8.61 10.68 18.75 -
YUV 83.53 147.45 96.96 -
System Red Green Blue C M Y K H S L
Decimal 40 99 118 0.66 0.16 0 0.54 194.62 0.49 0.31
Hex 28 63 76 42 10 0 36 C3 31 1F
Octal 50 143 166 102 20 0 66 303 61 37
Binary 101000 1100011 1110110 1000010 10000 0 110110 11000011 110001 11111

Color Harmonies of #286376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286376

Black with #286376

Text Example


Text Example

White with #286376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286376; }

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

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

background-color css

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

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

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

border-color css

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

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

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