Html Css Color HEX #28204C Paua

📋 copy color: '#28204C'

red 40 ◦ green 32 ◦ blue 76

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

Shades of Paua #28204C

Tints of Paua #28204C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 51.35%

R = 27.03%
G = 21.62%
B = 51.35%

CMYK

 C value IS 0.47

 M value IS 0.58

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#28204C (or 0x28204C) is known color: Paua. HEX triplet: 28, 20 and 4C. RGB value is (40,32,76). Sum of RGB (Red+Green+Blue) = 40+32+76=148 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.03% from 148); Green value is 32 (12.89% from 255 or 21.62% from 148); Blue value is 76 (30.08% from 255 or 51.35% from 148); Max value from RGB is 76 - color contains mainly: blue. Hex color #28204C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28204C is #D7DFB3. Grayscale: #272727. Windows color (decimal): -14147508 or 4988968. OLE color: 4988968.

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

Color convert

RGB 40 32 76 -
CMYK 0.47 0.58 0 0.70
HSL 250.91º 0.41% 0.21% -
HSV(B) 250.91º 0.58% 0.3% -
XYZ 2.7 2.01 7.08 -
YUV 39.41 148.65 128.42 -
System Red Green Blue C M Y K H S L
Decimal 40 32 76 0.47 0.58 0 0.70 250.91 0.41 0.21
Hex 28 20 4C 2F 3A 0 46 FB 29 15
Octal 50 40 114 57 72 0 106 373 51 25
Binary 101000 100000 1001100 101111 111010 0 1000110 11111011 101001 10101

Color Harmonies of #28204C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28204C

Black with #28204C

Text Example


Text Example

White with #28204C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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