Html Css Color HEX #256DA8 Lochmara

📋 copy color: '#256DA8'

red 37 ◦ green 109 ◦ blue 168

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

Shades of Lochmara #256DA8

Tints of Lochmara #256DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 53.5%

R = 11.78%
G = 34.71%
B = 53.5%

CMYK

 C value IS 0.78

 M value IS 0.35

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#256DA8 (or 0x256DA8) is known color: Lochmara. HEX triplet: 25, 6D and A8. RGB value is (37,109,168). Sum of RGB (Red+Green+Blue) = 37+109+168=314 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.78% from 314); Green value is 109 (42.97% from 255 or 34.71% from 314); Blue value is 168 (66.02% from 255 or 53.50% from 314); Max value from RGB is 168 - color contains mainly: blue. Hex color #256DA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256DA8 is #DA9257. Grayscale: #5D5D5D. Windows color (decimal): -14324312 or 11037989. OLE color: 11037989.

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

Color convert

RGB 37 109 168 -
CMYK 0.78 0.35 0 0.34
HSL 207.02º 0.64% 0.4% -
HSV(B) 207.02º 0.78% 0.66% -
XYZ 13.3 14.16 39.08 -
YUV 94.2 169.65 87.2 -
System Red Green Blue C M Y K H S L
Decimal 37 109 168 0.78 0.35 0 0.34 207.02 0.64 0.4
Hex 25 6D A8 4E 23 0 22 CF 40 28
Octal 45 155 250 116 43 0 42 317 100 50
Binary 100101 1101101 10101000 1001110 100011 0 100010 11001111 1000000 101000

Color Harmonies of #256DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256DA8

Black with #256DA8

Text Example


Text Example

White with #256DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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