#2174BA

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

Shades of Denim #2174BA

Tints of Denim #2174BA

Color information

#2174BA (or 0x2174BA) is unknown color: approx Denim. HEX triplet: 21, 74 and BA. RGB value is (33,116,186). Sum of RGB (Red+Green+Blue) = 33+116+186=335 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.85% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #2174BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2174BA is #DE8B45. Grayscale: #626262. Windows color (decimal): -14584646 or 12219425. OLE color: 12219425.

HSL color Cylindrical-coordinate representation of color #2174BA: hue angle of 207.45º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2174BA is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB33116186-
CMYK0.820.3800.27
HSL207.45º69.86%42.94%-
HSV(B)207.45º82.26%72.94%-
XYZ15.7416.3648.78-
YUV99.1617780.81-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.85%
GREEN value IS 116 (45.70% from 255) = 34.63%
BLUE value IS 186 (73.05% from 255) = 55.52%
R=9.85%
G=34.63%
B=55.52%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal331161860.820.3800.27207.4569.8642.94
Hex2174BA522601Bcf462b
Octal411642721224603331710653
Binary1000011110100101110101010010100110011011110011111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2174BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2174BA; }

 p { color: rgb(33,116,186); }

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

<style>
 a { background-color: #2174BA; }

 a { background-color: rgb(33,116,186); }

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

<style>
 span { border-color: #2174BA; }

 span { border-color: rgb(33,116,186); }

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