Html Css Color HEX #256CA0 Lochmara

📋 copy color: '#256CA0'

red 37 ◦ green 108 ◦ blue 160

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

Shades of Lochmara #256CA0

Tints of Lochmara #256CA0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.41%

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

R = 12.13%
G = 35.41%
B = 52.46%

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

#256CA0 (or 0x256CA0) is known color: Lochmara. HEX triplet: 25, 6C and A0. RGB value is (37,108,160). Sum of RGB (Red+Green+Blue) = 37+108+160=305 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.13% from 305); Green value is 108 (42.58% from 255 or 35.41% from 305); Blue value is 160 (62.89% from 255 or 52.46% from 305); Max value from RGB is 160 - color contains mainly: blue. Hex color #256CA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256CA0 is #DA935F. Grayscale: #5C5C5C. Windows color (decimal): -14324576 or 10513445. OLE color: 10513445.

HSL color Cylindrical-coordinate representation of color #256CA0: hue angle of 205.37º 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 #256CA0 is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 37 108 160 -
CMYK 0.77 0.32 0 0.37
HSL 205.37º 0.62% 0.39% -
HSV(B) 205.37º 0.77% 0.63% -
XYZ 12.47 13.66 35.24 -
YUV 92.7 165.98 88.27 -
System Red Green Blue C M Y K H S L
Decimal 37 108 160 0.77 0.32 0 0.37 205.37 0.62 0.39
Hex 25 6C A0 4D 20 0 25 CD 3E 27
Octal 45 154 240 115 40 0 45 315 76 47
Binary 100101 1101100 10100000 1001101 100000 0 100101 11001101 111110 100111

Color Harmonies of #256CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256CA0

Black with #256CA0

Text Example


Text Example

White with #256CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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