#256bb1

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

Shades of Lochmara #256BB1

Tints of Lochmara #256BB1

Color information

#256BB1 (or 0x256BB1) is unknown color: approx Lochmara. HEX triplet: 25, 6B and B1. RGB value is (37,107,177). Sum of RGB (Red+Green+Blue) = 37+107+177=321 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.53% from 321); Green value is 107 (42.19% from 255 or 33.33% from 321); Blue value is 177 (69.53% from 255 or 55.14% from 321); Max value from RGB is 177 - color contains mainly: blue. Hex color #256BB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256BB1 is #DA944E. Grayscale: #5D5D5D. Windows color (decimal): -14324815 or 11627301. OLE color: 11627301.

HSL color Cylindrical-coordinate representation of color #256BB1: hue angle of 210º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #256BB1 is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB37107177-
CMYK0.790.4000.31
HSL210º65.42%41.96%-
HSV(B)210º79.1%69.41%-
XYZ13.9614.0843.58-
YUV94.05174.8187.31-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.53%
GREEN value IS 107 (42.19% from 255) = 33.33%
BLUE value IS 177 (69.53% from 255) = 55.14%
R=11.53%
G=33.33%
B=55.14%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal371071770.790.4000.3121065.4241.96
Hex256BB14F2801Fd2412a
Octal451532611175003732210152
Binary1001011101011101100011001111101000011111110100101000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256bb1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,107,177); }

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

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

 a { background-color: rgb(37,107,177); }

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

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

 span { border-color: rgb(37,107,177); }

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