Html Css Color HEX #256EA4 Lochmara

📋 copy color: '#256EA4'

red 37 ◦ green 110 ◦ blue 164

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

Shades of Lochmara #256EA4

Tints of Lochmara #256EA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 52.73%

R = 11.9%
G = 35.37%
B = 52.73%

CMYK

 C value IS 0.77

 M value IS 0.33

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#256EA4 (or 0x256EA4) is known color: Lochmara. HEX triplet: 25, 6E and A4. RGB value is (37,110,164). Sum of RGB (Red+Green+Blue) = 37+110+164=311 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.90% from 311); Green value is 110 (43.36% from 255 or 35.37% from 311); Blue value is 164 (64.45% from 255 or 52.73% from 311); Max value from RGB is 164 - color contains mainly: blue. Hex color #256EA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256EA4 is #DA915B. Grayscale: #5E5E5E. Windows color (decimal): -14324060 or 10776101. OLE color: 10776101.

HSL color Cylindrical-coordinate representation of color #256EA4: hue angle of 205.51º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #256EA4 is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 37 110 164 -
CMYK 0.77 0.33 0 0.36
HSL 205.51º 0.63% 0.39% -
HSV(B) 205.51º 0.77% 0.64% -
XYZ 13.04 14.23 37.18 -
YUV 94.33 167.32 87.11 -
System Red Green Blue C M Y K H S L
Decimal 37 110 164 0.77 0.33 0 0.36 205.51 0.63 0.39
Hex 25 6E A4 4D 21 0 24 CE 3F 27
Octal 45 156 244 115 41 0 44 316 77 47
Binary 100101 1101110 10100100 1001101 100001 0 100100 11001110 111111 100111

Color Harmonies of #256EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256EA4

Black with #256EA4

Text Example


Text Example

White with #256EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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