Html Css Color HEX #256DAB Lochmara

📋 copy color: '#256DAB'

red 37 ◦ green 109 ◦ blue 171

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

Shades of Lochmara #256DAB

Tints of Lochmara #256DAB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.38%

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

R = 11.67%
G = 34.38%
B = 53.94%

CMYK

 C value IS 0.78

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#256DAB (or 0x256DAB) is known color: Lochmara. HEX triplet: 25, 6D and AB. RGB value is (37,109,171). Sum of RGB (Red+Green+Blue) = 37+109+171=317 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.67% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 171 (67.19% from 255 or 53.94% from 317); Max value from RGB is 171 - color contains mainly: blue. Hex color #256DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256DAB is #DA9254. Grayscale: #5E5E5E. Windows color (decimal): -14324309 or 11234597. OLE color: 11234597.

HSL color Cylindrical-coordinate representation of color #256DAB: hue angle of 207.76º 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 #256DAB is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 109 171 -
CMYK 0.78 0.36 0 0.33
HSL 207.76º 0.64% 0.41% -
HSV(B) 207.76º 0.78% 0.67% -
XYZ 13.58 14.27 40.57 -
YUV 94.54 171.15 86.96 -
System Red Green Blue C M Y K H S L
Decimal 37 109 171 0.78 0.36 0 0.33 207.76 0.64 0.41
Hex 25 6D AB 4E 24 0 21 D0 40 29
Octal 45 155 253 116 44 0 41 320 100 51
Binary 100101 1101101 10101011 1001110 100100 0 100001 11010000 1000000 101001

Color Harmonies of #256DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256DAB

Black with #256DAB

Text Example


Text Example

White with #256DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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