Html Css Color HEX #256DA0 Lochmara

📋 copy color: '#256DA0'

red 37 ◦ green 109 ◦ blue 160

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

Shades of Lochmara #256DA0

Tints of Lochmara #256DA0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.62%

 BLUE value IS 160 (62.89% from 255) = 52.29%

R = 12.09%
G = 35.62%
B = 52.29%

CMYK

 C value IS 0.77

 M value IS 0.32

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#256DA0 (or 0x256DA0) is known color: Lochmara. HEX triplet: 25, 6D and A0. RGB value is (37,109,160). Sum of RGB (Red+Green+Blue) = 37+109+160=306 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.09% from 306); Green value is 109 (42.97% from 255 or 35.62% from 306); Blue value is 160 (62.89% from 255 or 52.29% from 306); Max value from RGB is 160 - color contains mainly: blue. Hex color #256DA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256DA0 is #DA925F. Grayscale: #5D5D5D. Windows color (decimal): -14324320 or 10513701. OLE color: 10513701.

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

Color convert

RGB 37 109 160 -
CMYK 0.77 0.32 0 0.37
HSL 204.88º 0.62% 0.39% -
HSV(B) 204.88º 0.77% 0.63% -
XYZ 12.58 13.87 35.27 -
YUV 93.29 165.65 87.85 -
System Red Green Blue C M Y K H S L
Decimal 37 109 160 0.77 0.32 0 0.37 204.88 0.62 0.39
Hex 25 6D A0 4D 20 0 25 CD 3E 27
Octal 45 155 240 115 40 0 45 315 76 47
Binary 100101 1101101 10100000 1001101 100000 0 100101 11001101 111110 100111

Color Harmonies of #256DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256DA0

Black with #256DA0

Text Example


Text Example

White with #256DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,109,160); }

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

background-color css

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

 a { background-color: rgb(37,109,160); }

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

border-color css

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

 span { border-color: rgb(37,109,160); }

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