#20334C

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

Shades of Bunting #20334C

Tints of Bunting #20334C

Color information

#20334C (or 0x20334C) is unknown color: approx Bunting. HEX triplet: 20, 33 and 4C. RGB value is (32,51,76). Sum of RGB (Red+Green+Blue) = 32+51+76=159 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20.13% from 159); Green value is 51 (20.31% from 255 or 32.08% from 159); Blue value is 76 (30.08% from 255 or 47.80% from 159); Max value from RGB is 76 - color contains mainly: blue. Hex color #20334C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20334C is #DFCCB3. Grayscale: #303030. Windows color (decimal): -14666932 or 4993824. OLE color: 4993824.

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

Color convert

RGB325176-
CMYK0.580.3300.70
HSL214.09º40.74%21.18%-
HSV(B)214.09º57.89%29.8%-
XYZ3.083.27.29-
YUV48.17143.71116.47-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.13%
GREEN value IS 51 (20.31% from 255) = 32.08%
BLUE value IS 76 (30.08% from 255) = 47.80%
R=20.13%
G=32.08%
B=47.80%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3251760.580.3300.70214.0940.7421.18
Hex20334C3A21046d62915
Octal4063114724101063265125
Binary1000001100111001100111010100001010001101101011010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20334C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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