Html Css Color HEX #256EB4 Lochmara

📋 copy color: '#256EB4'

red 37 ◦ green 110 ◦ blue 180

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

Shades of Lochmara #256EB4

Tints of Lochmara #256EB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 55.05%

R = 11.31%
G = 33.64%
B = 55.05%

CMYK

 C value IS 0.79

 M value IS 0.39

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#256EB4 (or 0x256EB4) is known color: Lochmara. HEX triplet: 25, 6E and B4. RGB value is (37,110,180). Sum of RGB (Red+Green+Blue) = 37+110+180=327 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.31% from 327); Green value is 110 (43.36% from 255 or 33.64% from 327); Blue value is 180 (70.70% from 255 or 55.05% from 327); Max value from RGB is 180 - color contains mainly: blue. Hex color #256EB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #256EB4 is #DA914B. Grayscale: #5F5F5F. Windows color (decimal): -14324044 or 11824677. OLE color: 11824677.

HSL color Cylindrical-coordinate representation of color #256EB4: hue angle of 209.37º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #256EB4 is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 37 110 180 -
CMYK 0.79 0.39 0 0.29
HSL 209.37º 0.66% 0.43% -
HSV(B) 209.37º 0.79% 0.71% -
XYZ 14.58 14.84 45.28 -
YUV 96.15 175.32 85.81 -
System Red Green Blue C M Y K H S L
Decimal 37 110 180 0.79 0.39 0 0.29 209.37 0.66 0.43
Hex 25 6E B4 4F 27 0 1D D1 42 2B
Octal 45 156 264 117 47 0 35 321 102 53
Binary 100101 1101110 10110100 1001111 100111 0 11101 11010001 1000010 101011

Color Harmonies of #256EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256EB4

Black with #256EB4

Text Example


Text Example

White with #256EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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