#2572BF

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

Shades of Denim #2572BF

Tints of Denim #2572BF

Color information

#2572BF (or 0x2572BF) is unknown color: approx Denim. HEX triplet: 25, 72 and BF. RGB value is (37,114,191). Sum of RGB (Red+Green+Blue) = 37+114+191=342 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.82% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 191 (75% from 255 or 55.85% from 342); Max value from RGB is 191 - color contains mainly: blue. Hex color #2572BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2572BF is #DA8D40. Grayscale: #636363. Windows color (decimal): -14323009 or 12546597. OLE color: 12546597.

HSL color Cylindrical-coordinate representation of color #2572BF: hue angle of 210º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2572BF is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB37114191-
CMYK0.810.4000.25
HSL210º67.54%44.71%-
HSV(B)210º80.63%74.9%-
XYZ16.1816.1951.56-
YUV99.76179.4983.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.82%
GREEN value IS 114 (44.92% from 255) = 33.33%
BLUE value IS 191 (75% from 255) = 55.85%
R=10.82%
G=33.33%
B=55.85%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal371141910.810.4000.2521067.5444.71
Hex2572BF5128019d2442d
Octal451622771215003132210455
Binary1001011110010101111111010001101000011001110100101000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2572BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2572BF; }

 p { color: rgb(37,114,191); }

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

<style>
 a { background-color: #2572BF; }

 a { background-color: rgb(37,114,191); }

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

<style>
 span { border-color: #2572BF; }

 span { border-color: rgb(37,114,191); }

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