Html Css Color HEX #285FAD Lochmara

📋 copy color: '#285FAD'

red 40 ◦ green 95 ◦ blue 173

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

Shades of Lochmara #285FAD

Tints of Lochmara #285FAD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.84%

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

R = 12.99%
G = 30.84%
B = 56.17%

CMYK

 C value IS 0.77

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#285FAD (or 0x285FAD) is known color: Lochmara. HEX triplet: 28, 5F and AD. RGB value is (40,95,173). Sum of RGB (Red+Green+Blue) = 40+95+173=308 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.99% from 308); Green value is 95 (37.5% from 255 or 30.84% from 308); Blue value is 173 (67.97% from 255 or 56.17% from 308); Max value from RGB is 173 - color contains mainly: blue. Hex color #285FAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285FAD is #D7A052. Grayscale: #575757. Windows color (decimal): -14131283 or 11362088. OLE color: 11362088.

HSL color Cylindrical-coordinate representation of color #285FAD: hue angle of 215.19º 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 #285FAD is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 40 95 173 -
CMYK 0.77 0.45 0 0.32
HSL 215.19º 0.62% 0.42% -
HSV(B) 215.19º 0.77% 0.68% -
XYZ 12.51 11.65 41.13 -
YUV 87.45 176.28 94.16 -
System Red Green Blue C M Y K H S L
Decimal 40 95 173 0.77 0.45 0 0.32 215.19 0.62 0.42
Hex 28 5F AD 4D 2D 0 20 D7 3E 2A
Octal 50 137 255 115 55 0 40 327 76 52
Binary 101000 1011111 10101101 1001101 101101 0 100000 11010111 111110 101010

Color Harmonies of #285FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285FAD

Black with #285FAD

Text Example


Text Example

White with #285FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285FAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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