Html Css Color HEX #256DAE Lochmara

📋 copy color: '#256DAE'

red 37 ◦ green 109 ◦ blue 174

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

Shades of Lochmara #256DAE

Tints of Lochmara #256DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 54.38%

R = 11.56%
G = 34.06%
B = 54.38%

CMYK

 C value IS 0.79

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#256DAE (or 0x256DAE) is known color: Lochmara. HEX triplet: 25, 6D and AE. RGB value is (37,109,174). Sum of RGB (Red+Green+Blue) = 37+109+174=320 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.56% from 320); Green value is 109 (42.97% from 255 or 34.06% from 320); Blue value is 174 (68.36% from 255 or 54.38% from 320); Max value from RGB is 174 - color contains mainly: blue. Hex color #256DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256DAE is #DA9251. Grayscale: #5E5E5E. Windows color (decimal): -14324306 or 11431205. OLE color: 11431205.

HSL color Cylindrical-coordinate representation of color #256DAE: hue angle of 208.47º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #256DAE is Cyan = 0.79, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 37 109 174 -
CMYK 0.79 0.37 0 0.32
HSL 208.47º 0.65% 0.41% -
HSV(B) 208.47º 0.79% 0.68% -
XYZ 13.87 14.39 42.09 -
YUV 94.88 172.65 86.71 -
System Red Green Blue C M Y K H S L
Decimal 37 109 174 0.79 0.37 0 0.32 208.47 0.65 0.41
Hex 25 6D AE 4F 25 0 20 D0 41 29
Octal 45 155 256 117 45 0 40 320 101 51
Binary 100101 1101101 10101110 1001111 100101 0 100000 11010000 1000001 101001

Color Harmonies of #256DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256DAE

Black with #256DAE

Text Example


Text Example

White with #256DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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