#286598

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

Shades of Lochmara #286598

Tints of Lochmara #286598

Color information

#286598 (or 0x286598) is unknown color: approx Lochmara. HEX triplet: 28, 65 and 98. RGB value is (40,101,152). Sum of RGB (Red+Green+Blue) = 40+101+152=293 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.65% from 293); Green value is 101 (39.84% from 255 or 34.47% from 293); Blue value is 152 (59.77% from 255 or 51.88% from 293); Max value from RGB is 152 - color contains mainly: blue. Hex color #286598 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286598 is #D79A67. Grayscale: #585858. Windows color (decimal): -14129768 or 9987368. OLE color: 9987368.

HSL color Cylindrical-coordinate representation of color #286598: hue angle of 207.32º degrees, saturation: 0.58, 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 #286598 is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB40101152-
CMYK0.740.3400.40
HSL207.32º58.33%37.65%-
HSV(B)207.32º73.68%59.61%-
XYZ11.212.0331.44-
YUV88.58163.7993.35-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.65%
GREEN value IS 101 (39.84% from 255) = 34.47%
BLUE value IS 152 (59.77% from 255) = 51.88%
R=13.65%
G=34.47%
B=51.88%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal401011520.740.3400.40207.3258.3337.65
Hex2865984A22028cf3a26
Octal50145230112420503177246
Binary1010001100101100110001001010100010010100011001111111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286598; }

 p { color: rgb(40,101,152); }

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

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

 a { background-color: rgb(40,101,152); }

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

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

 span { border-color: rgb(40,101,152); }

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