Html Css Color HEX #28204B Paua

📋 copy color: '#28204B'

red 40 ◦ green 32 ◦ blue 75

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

Shades of Paua #28204B

Tints of Paua #28204B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 51.02%

R = 27.21%
G = 21.77%
B = 51.02%

CMYK

 C value IS 0.47

 M value IS 0.57

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#28204B (or 0x28204B) is known color: Paua. HEX triplet: 28, 20 and 4B. RGB value is (40,32,75). Sum of RGB (Red+Green+Blue) = 40+32+75=147 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.21% from 147); Green value is 32 (12.89% from 255 or 21.77% from 147); Blue value is 75 (29.69% from 255 or 51.02% from 147); Max value from RGB is 75 - color contains mainly: blue. Hex color #28204B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28204B is #D7DFB4. Grayscale: #272727. Windows color (decimal): -14147509 or 4923432. OLE color: 4923432.

HSL color Cylindrical-coordinate representation of color #28204B: hue angle of 251.16º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #28204B is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 40 32 75 -
CMYK 0.47 0.57 0 0.71
HSL 251.16º 0.4% 0.21% -
HSV(B) 251.16º 0.57% 0.29% -
XYZ 2.66 1.99 6.9 -
YUV 39.29 148.15 128.5 -
System Red Green Blue C M Y K H S L
Decimal 40 32 75 0.47 0.57 0 0.71 251.16 0.4 0.21
Hex 28 20 4B 2F 39 0 47 FB 28 15
Octal 50 40 113 57 71 0 107 373 50 25
Binary 101000 100000 1001011 101111 111001 0 1000111 11111011 101000 10101

Color Harmonies of #28204B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28204B

Black with #28204B

Text Example


Text Example

White with #28204B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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