Html Css Color HEX #286377 Orient

📋 copy color: '#286377'

red 40 ◦ green 99 ◦ blue 119

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

Shades of Orient #286377

Tints of Orient #286377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 46.12%

R = 15.5%
G = 38.37%
B = 46.12%

CMYK

 C value IS 0.66

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#286377 (or 0x286377) is known color: Orient. HEX triplet: 28, 63 and 77. RGB value is (40,99,119). Sum of RGB (Red+Green+Blue) = 40+99+119=258 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.50% from 258); Green value is 99 (39.06% from 255 or 38.37% from 258); Blue value is 119 (46.88% from 255 or 46.12% from 258); Max value from RGB is 119 - color contains mainly: blue. Hex color #286377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286377 is #D79C88. Grayscale: #535353. Windows color (decimal): -14130313 or 7824168. OLE color: 7824168.

HSL color Cylindrical-coordinate representation of color #286377: hue angle of 195.19º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #286377 is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 40 99 119 -
CMYK 0.66 0.17 0 0.53
HSL 195.19º 0.5% 0.31% -
HSV(B) 195.19º 0.66% 0.47% -
XYZ 8.67 10.71 19.06 -
YUV 83.64 147.95 96.87 -
System Red Green Blue C M Y K H S L
Decimal 40 99 119 0.66 0.17 0 0.53 195.19 0.5 0.31
Hex 28 63 77 42 11 0 35 C3 32 1F
Octal 50 143 167 102 21 0 65 303 62 37
Binary 101000 1100011 1110111 1000010 10001 0 110101 11000011 110010 11111

Color Harmonies of #286377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286377

Black with #286377

Text Example


Text Example

White with #286377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286377; }

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

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

background-color css

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

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

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

border-color css

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

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

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