#256CAD

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

Shades of Lochmara #256CAD

Tints of Lochmara #256CAD

Color information

#256CAD (or 0x256CAD) is unknown color: approx Lochmara. HEX triplet: 25, 6C and AD. RGB value is (37,108,173). Sum of RGB (Red+Green+Blue) = 37+108+173=318 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.64% from 318); Green value is 108 (42.58% from 255 or 33.96% from 318); Blue value is 173 (67.97% from 255 or 54.40% from 318); Max value from RGB is 173 - color contains mainly: blue. Hex color #256CAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256CAD is #DA9352. Grayscale: #5D5D5D. Windows color (decimal): -14324563 or 11365413. OLE color: 11365413.

HSL color Cylindrical-coordinate representation of color #256CAD: hue angle of 208.68º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #256CAD is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB37108173-
CMYK0.790.3800.32
HSL208.68º64.76%41.18%-
HSV(B)208.68º78.61%67.84%-
XYZ13.6714.1441.54-
YUV94.18172.4887.21-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.64%
GREEN value IS 108 (42.58% from 255) = 33.96%
BLUE value IS 173 (67.97% from 255) = 54.40%
R=11.64%
G=33.96%
B=54.40%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal371081730.790.3800.32208.6864.7641.18
Hex256CAD4F26020d14129
Octal451542551174604032110151
Binary10010111011001010110110011111001100100000110100011000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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