#256698

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

Shades of Lochmara #256698

Tints of Lochmara #256698

Color information

#256698 (or 0x256698) is unknown color: approx Lochmara. HEX triplet: 25, 66 and 98. RGB value is (37,102,152). Sum of RGB (Red+Green+Blue) = 37+102+152=291 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.71% from 291); Green value is 102 (40.23% from 255 or 35.05% from 291); Blue value is 152 (59.77% from 255 or 52.23% from 291); Max value from RGB is 152 - color contains mainly: blue. Hex color #256698 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256698 is #DA9967. Grayscale: #585858. Windows color (decimal): -14326120 or 9987621. OLE color: 9987621.

HSL color Cylindrical-coordinate representation of color #256698: hue angle of 206.09º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #256698 is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB37102152-
CMYK0.760.3300.40
HSL206.09º60.85%37.06%-
HSV(B)206.09º75.66%59.61%-
XYZ11.1812.1631.46-
YUV88.26163.9791.43-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.71%
GREEN value IS 102 (40.23% from 255) = 35.05%
BLUE value IS 152 (59.77% from 255) = 52.23%
R=12.71%
G=35.05%
B=52.23%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal371021520.760.3300.40206.0960.8537.06
Hex2566984C21028ce3d25
Octal45146230114410503167545
Binary1001011100110100110001001100100001010100011001110111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256698; }

 p { color: rgb(37,102,152); }

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

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

 a { background-color: rgb(37,102,152); }

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

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

 span { border-color: rgb(37,102,152); }

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