Html Css Color HEX #256EAD Lochmara

📋 copy color: '#256EAD'

red 37 ◦ green 110 ◦ blue 173

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

Shades of Lochmara #256EAD

Tints of Lochmara #256EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 54.06%

R = 11.56%
G = 34.38%
B = 54.06%

CMYK

 C value IS 0.79

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#256EAD (or 0x256EAD) is known color: Lochmara. HEX triplet: 25, 6E and AD. RGB value is (37,110,173). Sum of RGB (Red+Green+Blue) = 37+110+173=320 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.56% from 320); Green value is 110 (43.36% from 255 or 34.38% from 320); Blue value is 173 (67.97% from 255 or 54.06% from 320); Max value from RGB is 173 - color contains mainly: blue. Hex color #256EAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256EAD is #DA9152. Grayscale: #5F5F5F. Windows color (decimal): -14324051 or 11365925. OLE color: 11365925.

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

Color convert

RGB 37 110 173 -
CMYK 0.79 0.36 0 0.32
HSL 207.79º 0.65% 0.41% -
HSV(B) 207.79º 0.79% 0.68% -
XYZ 13.88 14.56 41.61 -
YUV 95.36 171.82 86.38 -
System Red Green Blue C M Y K H S L
Decimal 37 110 173 0.79 0.36 0 0.32 207.79 0.65 0.41
Hex 25 6E AD 4F 24 0 20 D0 41 29
Octal 45 156 255 117 44 0 40 320 101 51
Binary 100101 1101110 10101101 1001111 100100 0 100000 11010000 1000001 101001

Color Harmonies of #256EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256EAD

Black with #256EAD

Text Example


Text Example

White with #256EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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