#2472BD

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

Shades of Denim #2472BD

Tints of Denim #2472BD

Color information

#2472BD (or 0x2472BD) is unknown color: approx Denim. HEX triplet: 24, 72 and BD. RGB value is (36,114,189). Sum of RGB (Red+Green+Blue) = 36+114+189=339 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.62% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 189 (74.22% from 255 or 55.75% from 339); Max value from RGB is 189 - color contains mainly: blue. Hex color #2472BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2472BD is #DB8D42. Grayscale: #626262. Windows color (decimal): -14388547 or 12415524. OLE color: 12415524.

HSL color Cylindrical-coordinate representation of color #2472BD: hue angle of 209.41º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2472BD is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB36114189-
CMYK0.810.4000.26
HSL209.41º68%44.12%-
HSV(B)209.41º80.95%74.12%-
XYZ15.9316.0850.41-
YUV99.23178.6682.9-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.62%
GREEN value IS 114 (44.92% from 255) = 33.63%
BLUE value IS 189 (74.22% from 255) = 55.75%
R=10.62%
G=33.63%
B=55.75%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal361141890.810.4000.26209.416844.12
Hex2472BD512801Ad1442c
Octal441622751215003232110454
Binary1001001110010101111011010001101000011010110100011000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2472BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2472BD; }

 p { color: rgb(36,114,189); }

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

<style>
 a { background-color: #2472BD; }

 a { background-color: rgb(36,114,189); }

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

<style>
 span { border-color: #2472BD; }

 span { border-color: rgb(36,114,189); }

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