#256C94

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

Shades of Lochmara #256C94

Tints of Lochmara #256C94

Color information

#256C94 (or 0x256C94) is unknown color: approx Lochmara. HEX triplet: 25, 6C and 94. RGB value is (37,108,148). Sum of RGB (Red+Green+Blue) = 37+108+148=293 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.63% from 293); Green value is 108 (42.58% from 255 or 36.86% from 293); Blue value is 148 (58.20% from 255 or 50.51% from 293); Max value from RGB is 148 - color contains mainly: blue. Hex color #256C94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256C94 is #DA936B. Grayscale: #5B5B5B. Windows color (decimal): -14324588 or 9727013. OLE color: 9727013.

HSL color Cylindrical-coordinate representation of color #256C94: hue angle of 201.62º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #256C94 is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB37108148-
CMYK0.750.2700.42
HSL201.62º60%36.27%-
HSV(B)201.62º75%58.04%-
XYZ11.4713.2629.97-
YUV91.33159.9889.25-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.63%
GREEN value IS 108 (42.58% from 255) = 36.86%
BLUE value IS 148 (58.20% from 255) = 50.51%
R=12.63%
G=36.86%
B=50.51%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal371081480.750.2700.42201.626036.27
Hex256C944B1B02Aca3c24
Octal45154224113330523127444
Binary100101110110010010100100101111011010101011001010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,108,148); }

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

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

 a { background-color: rgb(37,108,148); }

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

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

 span { border-color: rgb(37,108,148); }

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