Html Css Color HEX #20304D Bunting

📋 copy color: '#20304D'

red 32 ◦ green 48 ◦ blue 77

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

Shades of Bunting #20304D

Tints of Bunting #20304D

RGB

 RED value IS 32 (12.89% from 255) = 20.38%

 GREEN value IS 48 (19.14% from 255) = 30.57%

 BLUE value IS 77 (30.47% from 255) = 49.04%

R = 20.38%
G = 30.57%
B = 49.04%

CMYK

 C value IS 0.58

 M value IS 0.38

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#20304D (or 0x20304D) is known color: Bunting. HEX triplet: 20, 30 and 4D. RGB value is (32,48,77). Sum of RGB (Red+Green+Blue) = 32+48+77=157 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.38% from 157); Green value is 48 (19.14% from 255 or 30.57% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 77 - color contains mainly: blue. Hex color #20304D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20304D is #DFCFB2. Grayscale: #2E2E2E. Windows color (decimal): -14667699 or 5058592. OLE color: 5058592.

HSL color Cylindrical-coordinate representation of color #20304D: hue angle of 218.67º 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 #20304D is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 32 48 77 -
CMYK 0.58 0.38 0 0.70
HSL 218.67º 0.41% 0.21% -
HSV(B) 218.67º 0.58% 0.3% -
XYZ 2.99 2.96 7.43 -
YUV 46.52 145.2 117.64 -
System Red Green Blue C M Y K H S L
Decimal 32 48 77 0.58 0.38 0 0.70 218.67 0.41 0.21
Hex 20 30 4D 3A 26 0 46 DB 29 15
Octal 40 60 115 72 46 0 106 333 51 25
Binary 100000 110000 1001101 111010 100110 0 1000110 11011011 101001 10101

Color Harmonies of #20304D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20304D

Black with #20304D

Text Example


Text Example

White with #20304D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20304D; }

 p { color: rgb(32,48,77); }

 H1.HeaderClassName
 {
   color: #20304D;
 }
 .AnyTagClassName
 {
   color: #20304D;
 }
</style>

background-color css

<style>
 a { background-color: #20304D; }

 a { background-color: rgb(32,48,77); }

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

border-color css

<style>
 span { border-color: #20304D; }

 span { border-color: rgb(32,48,77); }

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