Html Css Color HEX #286477 Orient

📋 copy color: '#286477'

red 40 ◦ green 100 ◦ blue 119

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

Shades of Orient #286477

Tints of Orient #286477

RGB

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

 GREEN value IS 100 (39.45% from 255) = 38.61%

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

R = 15.44%
G = 38.61%
B = 45.95%

CMYK

 C value IS 0.66

 M value IS 0.16

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#286477 (or 0x286477) is known color: Orient. HEX triplet: 28, 64 and 77. RGB value is (40,100,119). Sum of RGB (Red+Green+Blue) = 40+100+119=259 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.44% from 259); Green value is 100 (39.45% from 255 or 38.61% from 259); Blue value is 119 (46.88% from 255 or 45.95% from 259); Max value from RGB is 119 - color contains mainly: blue. Hex color #286477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286477 is #D79B88. Grayscale: #545454. Windows color (decimal): -14130057 or 7824424. OLE color: 7824424.

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

Color convert

RGB 40 100 119 -
CMYK 0.66 0.16 0 0.53
HSL 194.43º 0.5% 0.31% -
HSV(B) 194.43º 0.66% 0.47% -
XYZ 8.76 10.9 19.09 -
YUV 84.23 147.62 96.46 -
System Red Green Blue C M Y K H S L
Decimal 40 100 119 0.66 0.16 0 0.53 194.43 0.5 0.31
Hex 28 64 77 42 10 0 35 C2 32 1F
Octal 50 144 167 102 20 0 65 302 62 37
Binary 101000 1100100 1110111 1000010 10000 0 110101 11000010 110010 11111

Color Harmonies of #286477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286477

Black with #286477

Text Example


Text Example

White with #286477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286477; }

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

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

background-color css

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

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

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

border-color css

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

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

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