Html Css Color HEX #28204D Paua

📋 copy color: '#28204D'

red 40 ◦ green 32 ◦ blue 77

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

Shades of Paua #28204D

Tints of Paua #28204D

RGB

 RED value IS 40 (16.02% from 255) = 26.85%

 GREEN value IS 32 (12.89% from 255) = 21.48%

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

R = 26.85%
G = 21.48%
B = 51.68%

CMYK

 C value IS 0.48

 M value IS 0.58

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#28204D (or 0x28204D) is known color: Paua. HEX triplet: 28, 20 and 4D. RGB value is (40,32,77). Sum of RGB (Red+Green+Blue) = 40+32+77=149 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.85% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 77 (30.47% from 255 or 51.68% from 149); Max value from RGB is 77 - color contains mainly: blue. Hex color #28204D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28204D is #D7DFB2. Grayscale: #272727. Windows color (decimal): -14147507 or 5054504. OLE color: 5054504.

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

Color convert

RGB 40 32 77 -
CMYK 0.48 0.58 0 0.70
HSL 250.67º 0.41% 0.21% -
HSV(B) 250.67º 0.58% 0.3% -
XYZ 2.73 2.02 7.27 -
YUV 39.52 149.15 128.34 -
System Red Green Blue C M Y K H S L
Decimal 40 32 77 0.48 0.58 0 0.70 250.67 0.41 0.21
Hex 28 20 4D 30 3A 0 46 FB 29 15
Octal 50 40 115 60 72 0 106 373 51 25
Binary 101000 100000 1001101 110000 111010 0 1000110 11111011 101001 10101

Color Harmonies of #28204D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28204D

Black with #28204D

Text Example


Text Example

White with #28204D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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