#285EA4

Color #285EA4 Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #285EA4

Tints of Lochmara #285EA4

Color information

#285EA4 (or 0x285EA4) is unknown color: approx Lochmara. HEX triplet: 28, 5E and A4. RGB value is (40,94,164). Sum of RGB (Red+Green+Blue) = 40+94+164=298 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.42% from 298); Green value is 94 (37.11% from 255 or 31.54% from 298); Blue value is 164 (64.45% from 255 or 55.03% from 298); Max value from RGB is 164 - color contains mainly: blue. Hex color #285EA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285EA4 is #D7A15B. Grayscale: #555555. Windows color (decimal): -14131548 or 10772008. OLE color: 10772008.

HSL color Cylindrical-coordinate representation of color #285EA4: hue angle of 213.87º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #285EA4 is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4094164-
CMYK0.760.4300.36
HSL213.87º60.78%40%-
HSV(B)213.87º75.61%64.31%-
XYZ11.5811.1436.66-
YUV85.83172.1195.31-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.42%
GREEN value IS 94 (37.11% from 255) = 31.54%
BLUE value IS 164 (64.45% from 255) = 55.03%
R=13.42%
G=31.54%
B=55.03%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal40941640.760.4300.36213.8760.7840
Hex285EA44C2B024d63d28
Octal50136244114530443267550
Binary1010001011110101001001001100101011010010011010110111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,94,164); }

 H1.HeaderClassName
 {
   color: #285EA4;
 }
 .AnyTagClassName
 {
   color: #285EA4;
 }
</style>
background-color css

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

 a { background-color: rgb(40,94,164); }

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

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

 span { border-color: rgb(40,94,164); }

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