Html Css Color HEX #256DAA Lochmara

📋 copy color: '#256DAA'

red 37 ◦ green 109 ◦ blue 170

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

Shades of Lochmara #256DAA

Tints of Lochmara #256DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 53.8%

R = 11.71%
G = 34.49%
B = 53.8%

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

#256DAA (or 0x256DAA) is known color: Lochmara. HEX triplet: 25, 6D and AA. RGB value is (37,109,170). Sum of RGB (Red+Green+Blue) = 37+109+170=316 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.71% from 316); Green value is 109 (42.97% from 255 or 34.49% from 316); Blue value is 170 (66.80% from 255 or 53.80% from 316); Max value from RGB is 170 - color contains mainly: blue. Hex color #256DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256DAA is #DA9255. Grayscale: #5E5E5E. Windows color (decimal): -14324310 or 11169061. OLE color: 11169061.

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

Color convert

RGB 37 109 170 -
CMYK 0.78 0.36 0 0.33
HSL 207.52º 0.64% 0.41% -
HSV(B) 207.52º 0.78% 0.67% -
XYZ 13.49 14.23 40.07 -
YUV 94.43 170.65 87.04 -
System Red Green Blue C M Y K H S L
Decimal 37 109 170 0.78 0.36 0 0.33 207.52 0.64 0.41
Hex 25 6D AA 4E 24 0 21 D0 40 29
Octal 45 155 252 116 44 0 41 320 100 51
Binary 100101 1101101 10101010 1001110 100100 0 100001 11010000 1000000 101001

Color Harmonies of #256DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256DAA

Black with #256DAA

Text Example


Text Example

White with #256DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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