Html Css Color HEX #256BA6 Lochmara

📋 copy color: '#256BA6'

red 37 ◦ green 107 ◦ blue 166

#256BA6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochmara #256BA6

Tints of Lochmara #256BA6

RGB

 RED value IS 37 (14.84% from 255) = 11.94%

 GREEN value IS 107 (42.19% from 255) = 34.52%

 BLUE value IS 166 (65.23% from 255) = 53.55%

R = 11.94%
G = 34.52%
B = 53.55%

CMYK

 C value IS 0.78

 M value IS 0.36

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#256BA6 (or 0x256BA6) is known color: Lochmara. HEX triplet: 25, 6B and A6. RGB value is (37,107,166). Sum of RGB (Red+Green+Blue) = 37+107+166=310 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.94% from 310); Green value is 107 (42.19% from 255 or 34.52% from 310); Blue value is 166 (65.23% from 255 or 53.55% from 310); Max value from RGB is 166 - color contains mainly: blue. Hex color #256BA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256BA6 is #DA9459. Grayscale: #5C5C5C. Windows color (decimal): -14324826 or 10906405. OLE color: 10906405.

HSL color Cylindrical-coordinate representation of color #256BA6: hue angle of 207.44º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #256BA6 is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 37 107 166 -
CMYK 0.78 0.36 0 0.35
HSL 207.44º 0.64% 0.4% -
HSV(B) 207.44º 0.78% 0.65% -
XYZ 12.9 13.66 38.03 -
YUV 92.8 169.31 88.2 -
System Red Green Blue C M Y K H S L
Decimal 37 107 166 0.78 0.36 0 0.35 207.44 0.64 0.4
Hex 25 6B A6 4E 24 0 23 CF 40 28
Octal 45 153 246 116 44 0 43 317 100 50
Binary 100101 1101011 10100110 1001110 100100 0 100011 11001111 1000000 101000

Color Harmonies of #256BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256BA6

Black with #256BA6

Text Example


Text Example

White with #256BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #256BA6;
 }
 .AnyTagClassName
 {
   color: #256BA6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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