Html Css Color HEX #256CB0 Lochmara

📋 copy color: '#256CB0'

red 37 ◦ green 108 ◦ blue 176

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

Shades of Lochmara #256CB0

Tints of Lochmara #256CB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 54.83%

R = 11.53%
G = 33.64%
B = 54.83%

CMYK

 C value IS 0.79

 M value IS 0.39

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#256CB0 (or 0x256CB0) is known color: Lochmara. HEX triplet: 25, 6C and B0. RGB value is (37,108,176). Sum of RGB (Red+Green+Blue) = 37+108+176=321 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.53% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 176 (69.14% from 255 or 54.83% from 321); Max value from RGB is 176 - color contains mainly: blue. Hex color #256CB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256CB0 is #DA934F. Grayscale: #5E5E5E. Windows color (decimal): -14324560 or 11562021. OLE color: 11562021.

HSL color Cylindrical-coordinate representation of color #256CB0: hue angle of 209.35º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #256CB0 is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 37 108 176 -
CMYK 0.79 0.39 0 0.31
HSL 209.35º 0.65% 0.42% -
HSV(B) 209.35º 0.79% 0.69% -
XYZ 13.96 14.25 43.09 -
YUV 94.52 173.98 86.97 -
System Red Green Blue C M Y K H S L
Decimal 37 108 176 0.79 0.39 0 0.31 209.35 0.65 0.42
Hex 25 6C B0 4F 27 0 1F D1 41 2A
Octal 45 154 260 117 47 0 37 321 101 52
Binary 100101 1101100 10110000 1001111 100111 0 11111 11010001 1000001 101010

Color Harmonies of #256CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256CB0

Black with #256CB0

Text Example


Text Example

White with #256CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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