Html Css Color HEX #256E94 Lochmara

📋 copy color: '#256E94'

red 37 ◦ green 110 ◦ blue 148

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

Shades of Lochmara #256E94

Tints of Lochmara #256E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 50.17%

R = 12.54%
G = 37.29%
B = 50.17%

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

#256E94 (or 0x256E94) is known color: Lochmara. HEX triplet: 25, 6E and 94. RGB value is (37,110,148). Sum of RGB (Red+Green+Blue) = 37+110+148=295 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.54% from 295); Green value is 110 (43.36% from 255 or 37.29% from 295); Blue value is 148 (58.20% from 255 or 50.17% from 295); Max value from RGB is 148 - color contains mainly: blue. Hex color #256E94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256E94 is #DA916B. Grayscale: #5C5C5C. Windows color (decimal): -14324076 or 9727525. OLE color: 9727525.

HSL color Cylindrical-coordinate representation of color #256E94: hue angle of 200.54º 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 #256E94 is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 37 110 148 -
CMYK 0.75 0.26 0 0.42
HSL 200.54º 0.6% 0.36% -
HSV(B) 200.54º 0.75% 0.58% -
XYZ 11.68 13.68 30.04 -
YUV 92.51 159.32 88.41 -
System Red Green Blue C M Y K H S L
Decimal 37 110 148 0.75 0.26 0 0.42 200.54 0.6 0.36
Hex 25 6E 94 4B 1A 0 2A C9 3C 24
Octal 45 156 224 113 32 0 52 311 74 44
Binary 100101 1101110 10010100 1001011 11010 0 101010 11001001 111100 100100

Color Harmonies of #256E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256E94

Black with #256E94

Text Example


Text Example

White with #256E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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