Html Css Color HEX #287DAD Lochmara

📋 copy color: '#287DAD'

red 40 ◦ green 125 ◦ blue 173

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

Shades of Lochmara #287DAD

Tints of Lochmara #287DAD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.98%

 BLUE value IS 173 (67.97% from 255) = 51.18%

R = 11.83%
G = 36.98%
B = 51.18%

CMYK

 C value IS 0.77

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#287DAD (or 0x287DAD) is known color: Lochmara. HEX triplet: 28, 7D and AD. RGB value is (40,125,173). Sum of RGB (Red+Green+Blue) = 40+125+173=338 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.83% from 338); Green value is 125 (49.22% from 255 or 36.98% from 338); Blue value is 173 (67.97% from 255 or 51.18% from 338); Max value from RGB is 173 - color contains mainly: blue. Hex color #287DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287DAD is #D78252. Grayscale: #686868. Windows color (decimal): -14123603 or 11369768. OLE color: 11369768.

HSL color Cylindrical-coordinate representation of color #287DAD: hue angle of 201.65º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #287DAD is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 40 125 173 -
CMYK 0.77 0.28 0 0.32
HSL 201.65º 0.62% 0.42% -
HSV(B) 201.65º 0.77% 0.68% -
XYZ 15.75 18.14 42.21 -
YUV 105.06 166.34 81.6 -
System Red Green Blue C M Y K H S L
Decimal 40 125 173 0.77 0.28 0 0.32 201.65 0.62 0.42
Hex 28 7D AD 4D 1C 0 20 CA 3E 2A
Octal 50 175 255 115 34 0 40 312 76 52
Binary 101000 1111101 10101101 1001101 11100 0 100000 11001010 111110 101010

Color Harmonies of #287DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287DAD

Black with #287DAD

Text Example


Text Example

White with #287DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287DAD; }

 p { color: rgb(40,125,173); }

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

background-color css

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

 a { background-color: rgb(40,125,173); }

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

border-color css

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

 span { border-color: rgb(40,125,173); }

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