Html Css Color HEX #256BAB Lochmara

📋 copy color: '#256BAB'

red 37 ◦ green 107 ◦ blue 171

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

Shades of Lochmara #256BAB

Tints of Lochmara #256BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 54.29%

R = 11.75%
G = 33.97%
B = 54.29%

CMYK

 C value IS 0.78

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#256BAB (or 0x256BAB) is known color: Lochmara. HEX triplet: 25, 6B and AB. RGB value is (37,107,171). Sum of RGB (Red+Green+Blue) = 37+107+171=315 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.75% from 315); Green value is 107 (42.19% from 255 or 33.97% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #256BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256BAB is #DA9454. Grayscale: #5D5D5D. Windows color (decimal): -14324821 or 11234085. OLE color: 11234085.

HSL color Cylindrical-coordinate representation of color #256BAB: hue angle of 208.66º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #256BAB is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 107 171 -
CMYK 0.78 0.37 0 0.33
HSL 208.66º 0.64% 0.41% -
HSV(B) 208.66º 0.78% 0.67% -
XYZ 13.37 13.85 40.5 -
YUV 93.37 171.81 87.8 -
System Red Green Blue C M Y K H S L
Decimal 37 107 171 0.78 0.37 0 0.33 208.66 0.64 0.41
Hex 25 6B AB 4E 25 0 21 D1 40 29
Octal 45 153 253 116 45 0 41 321 100 51
Binary 100101 1101011 10101011 1001110 100101 0 100001 11010001 1000000 101001

Color Harmonies of #256BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256BAB

Black with #256BAB

Text Example


Text Example

White with #256BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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