Html Css Color HEX #2176CC Denim

📋 copy color: '#2176CC'

red 33 ◦ green 118 ◦ blue 204

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

Shades of Denim #2176CC

Tints of Denim #2176CC

RGB

 RED value IS 33 (13.28% from 255) = 9.3%

 GREEN value IS 118 (46.48% from 255) = 33.24%

 BLUE value IS 204 (80.08% from 255) = 57.46%

R = 9.3%
G = 33.24%
B = 57.46%

CMYK

 C value IS 0.84

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2176CC (or 0x2176CC) is known color: Denim. HEX triplet: 21, 76 and CC. RGB value is (33,118,204). Sum of RGB (Red+Green+Blue) = 33+118+204=355 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.30% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 204 (80.08% from 255 or 57.46% from 355); Max value from RGB is 204 - color contains mainly: blue. Hex color #2176CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2176CC is #DE8933. Grayscale: #656565. Windows color (decimal): -14584116 or 13399585. OLE color: 13399585.

HSL color Cylindrical-coordinate representation of color #2176CC: hue angle of 210.18º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2176CC is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 33 118 204 -
CMYK 0.84 0.42 0 0.2
HSL 210.18º 0.72% 0.46% -
HSV(B) 210.18º 0.84% 0.8% -
XYZ 18 17.64 59.58 -
YUV 102.39 185.34 78.51 -
System Red Green Blue C M Y K H S L
Decimal 33 118 204 0.84 0.42 0 0.2 210.18 0.72 0.46
Hex 21 76 CC 54 2A 0 14 D2 48 2E
Octal 41 166 314 124 52 0 24 322 110 56
Binary 100001 1110110 11001100 1010100 101010 0 10100 11010010 1001000 101110

Color Harmonies of #2176CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2176CC

Black with #2176CC

Text Example


Text Example

White with #2176CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2176CC; }

 p { color: rgb(33,118,204); }

 H1.HeaderClassName
 {
   color: #2176CC;
 }
 .AnyTagClassName
 {
   color: #2176CC;
 }
</style>

background-color css

<style>
 a { background-color: #2176CC; }

 a { background-color: rgb(33,118,204); }

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

border-color css

<style>
 span { border-color: #2176CC; }

 span { border-color: rgb(33,118,204); }

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