#256A98

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

Shades of Lochmara #256A98

Tints of Lochmara #256A98

Color information

#256A98 (or 0x256A98) is unknown color: approx Lochmara. HEX triplet: 25, 6A and 98. RGB value is (37,106,152). Sum of RGB (Red+Green+Blue) = 37+106+152=295 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.54% from 295); Green value is 106 (41.80% from 255 or 35.93% from 295); Blue value is 152 (59.77% from 255 or 51.53% from 295); Max value from RGB is 152 - color contains mainly: blue. Hex color #256A98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256A98 is #DA9567. Grayscale: #5A5A5A. Windows color (decimal): -14325096 or 9988645. OLE color: 9988645.

HSL color Cylindrical-coordinate representation of color #256A98: hue angle of 204º 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 #256A98 is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB37106152-
CMYK0.760.3000.40
HSL204º60.85%37.06%-
HSV(B)204º75.66%59.61%-
XYZ11.5812.9731.6-
YUV90.61162.6489.76-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.54%
GREEN value IS 106 (41.80% from 255) = 35.93%
BLUE value IS 152 (59.77% from 255) = 51.53%
R=12.54%
G=35.93%
B=51.53%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal371061520.760.3000.4020460.8537.06
Hex256A984C1E028cc3d25
Octal45152230114360503147545
Binary100101110101010011000100110011110010100011001100111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256A98; }

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

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

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

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

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

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

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

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