#2561B0

Color #2561B0 Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #2561B0

Tints of Denim #2561B0

Color information

#2561B0 (or 0x2561B0) is unknown color: approx Denim. HEX triplet: 25, 61 and B0. RGB value is (37,97,176). Sum of RGB (Red+Green+Blue) = 37+97+176=310 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.94% from 310); Green value is 97 (38.28% from 255 or 31.29% from 310); Blue value is 176 (69.14% from 255 or 56.77% from 310); Max value from RGB is 176 - color contains mainly: blue. Hex color #2561B0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2561B0 is #DA9E4F. Grayscale: #575757. Windows color (decimal): -14327376 or 11559205. OLE color: 11559205.

HSL color Cylindrical-coordinate representation of color #2561B0: hue angle of 214.1º 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 #2561B0 is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3797176-
CMYK0.790.4500.31
HSL214.1º65.26%41.76%-
HSV(B)214.1º78.98%69.02%-
XYZ12.8712.0842.73-
YUV88.07177.6291.58-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.94%
GREEN value IS 97 (38.28% from 255) = 31.29%
BLUE value IS 176 (69.14% from 255) = 56.77%
R=11.94%
G=31.29%
B=56.77%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal37971760.790.4500.31214.165.2641.76
Hex2561B04F2D01Fd6412a
Octal451412601175503732610152
Binary1001011100001101100001001111101101011111110101101000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2561B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2561B0; }

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

 H1.HeaderClassName
 {
   color: #2561B0;
 }
 .AnyTagClassName
 {
   color: #2561B0;
 }
</style>
background-color css

<style>
 a { background-color: #2561B0; }

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

 div.DivClassName
 {
   background-color: #2561B0;
 }
 .BgClassName
 {
   background-color: #2561B0;
 }
</style>
border-color css

<style>
 span { border-color: #2561B0; }

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

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