Html Css Color HEX #256E95 Lochmara

📋 copy color: '#256E95'

red 37 ◦ green 110 ◦ blue 149

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

Shades of Lochmara #256E95

Tints of Lochmara #256E95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 50.34%

R = 12.5%
G = 37.16%
B = 50.34%

CMYK

 C value IS 0.75

 M value IS 0.26

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#256E95 (or 0x256E95) is known color: Lochmara. HEX triplet: 25, 6E and 95. RGB value is (37,110,149). Sum of RGB (Red+Green+Blue) = 37+110+149=296 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.5% from 296); Green value is 110 (43.36% from 255 or 37.16% from 296); Blue value is 149 (58.59% from 255 or 50.34% from 296); Max value from RGB is 149 - color contains mainly: blue. Hex color #256E95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256E95 is #DA916A. Grayscale: #5C5C5C. Windows color (decimal): -14324075 or 9793061. OLE color: 9793061.

HSL color Cylindrical-coordinate representation of color #256E95: hue angle of 200.89º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #256E95 is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 37 110 149 -
CMYK 0.75 0.26 0 0.42
HSL 200.89º 0.6% 0.36% -
HSV(B) 200.89º 0.75% 0.58% -
XYZ 11.76 13.72 30.46 -
YUV 92.62 159.82 88.33 -
System Red Green Blue C M Y K H S L
Decimal 37 110 149 0.75 0.26 0 0.42 200.89 0.6 0.36
Hex 25 6E 95 4B 1A 0 2A C9 3C 24
Octal 45 156 225 113 32 0 52 311 74 44
Binary 100101 1101110 10010101 1001011 11010 0 101010 11001001 111100 100100

Color Harmonies of #256E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256E95

Black with #256E95

Text Example


Text Example

White with #256E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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