Html Css Color HEX #286481 Orient

📋 copy color: '#286481'

red 40 ◦ green 100 ◦ blue 129

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

Shades of Orient #286481

Tints of Orient #286481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 47.96%

R = 14.87%
G = 37.17%
B = 47.96%

CMYK

 C value IS 0.69

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#286481 (or 0x286481) is known color: Orient. HEX triplet: 28, 64 and 81. RGB value is (40,100,129). Sum of RGB (Red+Green+Blue) = 40+100+129=269 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.87% from 269); Green value is 100 (39.45% from 255 or 37.17% from 269); Blue value is 129 (50.78% from 255 or 47.96% from 269); Max value from RGB is 129 - color contains mainly: blue. Hex color #286481 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286481 is #D79B7E. Grayscale: #555555. Windows color (decimal): -14130047 or 8479784. OLE color: 8479784.

HSL color Cylindrical-coordinate representation of color #286481: hue angle of 199.55º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #286481 is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 40 100 129 -
CMYK 0.69 0.22 0 0.49
HSL 199.55º 0.53% 0.33% -
HSV(B) 199.55º 0.69% 0.51% -
XYZ 9.39 11.15 22.43 -
YUV 85.37 152.62 95.64 -
System Red Green Blue C M Y K H S L
Decimal 40 100 129 0.69 0.22 0 0.49 199.55 0.53 0.33
Hex 28 64 81 45 16 0 31 C8 35 21
Octal 50 144 201 105 26 0 61 310 65 41
Binary 101000 1100100 10000001 1000101 10110 0 110001 11001000 110101 100001

Color Harmonies of #286481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286481

Black with #286481

Text Example


Text Example

White with #286481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286481; }

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

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

background-color css

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

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

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

border-color css

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

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

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