Html Css Color HEX #287999 Lochmara

📋 copy color: '#287999'

red 40 ◦ green 121 ◦ blue 153

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

Shades of Lochmara #287999

Tints of Lochmara #287999

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.54%

 BLUE value IS 153 (60.16% from 255) = 48.73%

R = 12.74%
G = 38.54%
B = 48.73%

CMYK

 C value IS 0.74

 M value IS 0.21

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#287999 (or 0x287999) is known color: Lochmara. HEX triplet: 28, 79 and 99. RGB value is (40,121,153). Sum of RGB (Red+Green+Blue) = 40+121+153=314 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.74% from 314); Green value is 121 (47.66% from 255 or 38.54% from 314); Blue value is 153 (60.16% from 255 or 48.73% from 314); Max value from RGB is 153 - color contains mainly: blue. Hex color #287999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287999 is #D78666. Grayscale: #646464. Windows color (decimal): -14124647 or 10058024. OLE color: 10058024.

HSL color Cylindrical-coordinate representation of color #287999: hue angle of 196.99º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #287999 is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 40 121 153 -
CMYK 0.74 0.21 0 0.4
HSL 196.99º 0.59% 0.38% -
HSV(B) 196.99º 0.74% 0.6% -
XYZ 13.46 16.43 32.6 -
YUV 100.43 157.66 84.9 -
System Red Green Blue C M Y K H S L
Decimal 40 121 153 0.74 0.21 0 0.4 196.99 0.59 0.38
Hex 28 79 99 4A 15 0 28 C5 3B 26
Octal 50 171 231 112 25 0 50 305 73 46
Binary 101000 1111001 10011001 1001010 10101 0 101000 11000101 111011 100110

Color Harmonies of #287999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287999

Black with #287999

Text Example


Text Example

White with #287999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287999; }

 p { color: rgb(40,121,153); }

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

background-color css

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

 a { background-color: rgb(40,121,153); }

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

border-color css

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

 span { border-color: rgb(40,121,153); }

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