#21334C

Color #21334C Bunting (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bunting #21334C

Tints of Bunting #21334C

Color information

#21334C (or 0x21334C) is unknown color: approx Bunting. HEX triplet: 21, 33 and 4C. RGB value is (33,51,76). Sum of RGB (Red+Green+Blue) = 33+51+76=160 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.62% from 160); Green value is 51 (20.31% from 255 or 31.88% from 160); Blue value is 76 (30.08% from 255 or 47.5% from 160); Max value from RGB is 76 - color contains mainly: blue. Hex color #21334C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21334C is #DECCB3. Grayscale: #303030. Windows color (decimal): -14601396 or 4993825. OLE color: 4993825.

HSL color Cylindrical-coordinate representation of color #21334C: hue angle of 214.88º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #21334C is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB335176-
CMYK0.570.3300.70
HSL214.88º39.45%21.37%-
HSV(B)214.88º56.58%29.8%-
XYZ3.123.217.29-
YUV48.47143.54116.97-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.62%
GREEN value IS 51 (20.31% from 255) = 31.88%
BLUE value IS 76 (30.08% from 255) = 47.5%
R=20.62%
G=31.88%
B=47.5%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3351760.570.3300.70214.8839.4521.37
Hex21334C3921046d72715
Octal4163114714101063274725
Binary1000011100111001100111001100001010001101101011110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21334C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21334C; }

 p { color: rgb(33,51,76); }

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

<style>
 a { background-color: #21334C; }

 a { background-color: rgb(33,51,76); }

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

<style>
 span { border-color: #21334C; }

 span { border-color: rgb(33,51,76); }

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