Html Css Color HEX #256DA9 Lochmara

📋 copy color: '#256DA9'

red 37 ◦ green 109 ◦ blue 169

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

Shades of Lochmara #256DA9

Tints of Lochmara #256DA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 53.65%

R = 11.75%
G = 34.6%
B = 53.65%

CMYK

 C value IS 0.78

 M value IS 0.36

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#256DA9 (or 0x256DA9) is known color: Lochmara. HEX triplet: 25, 6D and A9. RGB value is (37,109,169). Sum of RGB (Red+Green+Blue) = 37+109+169=315 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.75% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 169 (66.41% from 255 or 53.65% from 315); Max value from RGB is 169 - color contains mainly: blue. Hex color #256DA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256DA9 is #DA9256. Grayscale: #5E5E5E. Windows color (decimal): -14324311 or 11103525. OLE color: 11103525.

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

Color convert

RGB 37 109 169 -
CMYK 0.78 0.36 0 0.34
HSL 207.27º 0.64% 0.4% -
HSV(B) 207.27º 0.78% 0.66% -
XYZ 13.39 14.2 39.57 -
YUV 94.31 170.15 87.12 -
System Red Green Blue C M Y K H S L
Decimal 37 109 169 0.78 0.36 0 0.34 207.27 0.64 0.4
Hex 25 6D A9 4E 24 0 22 CF 40 28
Octal 45 155 251 116 44 0 42 317 100 50
Binary 100101 1101101 10101001 1001110 100100 0 100010 11001111 1000000 101000

Color Harmonies of #256DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256DA9

Black with #256DA9

Text Example


Text Example

White with #256DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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