Html Css Color HEX #256EAE Lochmara

📋 copy color: '#256EAE'

red 37 ◦ green 110 ◦ blue 174

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

Shades of Lochmara #256EAE

Tints of Lochmara #256EAE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.27%

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

R = 11.53%
G = 34.27%
B = 54.21%

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

#256EAE (or 0x256EAE) is known color: Lochmara. HEX triplet: 25, 6E and AE. RGB value is (37,110,174). Sum of RGB (Red+Green+Blue) = 37+110+174=321 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.53% from 321); Green value is 110 (43.36% from 255 or 34.27% from 321); Blue value is 174 (68.36% from 255 or 54.21% from 321); Max value from RGB is 174 - color contains mainly: blue. Hex color #256EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256EAE is #DA9151. Grayscale: #5F5F5F. Windows color (decimal): -14324050 or 11431461. OLE color: 11431461.

HSL color Cylindrical-coordinate representation of color #256EAE: hue angle of 208.03º 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 #256EAE is Cyan = 0.79, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 37 110 174 -
CMYK 0.79 0.37 0 0.32
HSL 208.03º 0.65% 0.41% -
HSV(B) 208.03º 0.79% 0.68% -
XYZ 13.98 14.6 42.13 -
YUV 95.47 172.32 86.3 -
System Red Green Blue C M Y K H S L
Decimal 37 110 174 0.79 0.37 0 0.32 208.03 0.65 0.41
Hex 25 6E AE 4F 25 0 20 D0 41 29
Octal 45 156 256 117 45 0 40 320 101 51
Binary 100101 1101110 10101110 1001111 100101 0 100000 11010000 1000001 101001

Color Harmonies of #256EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256EAE

Black with #256EAE

Text Example


Text Example

White with #256EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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