Html Css Color HEX #28204E Paua

📋 copy color: '#28204E'

red 40 ◦ green 32 ◦ blue 78

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

Shades of Paua #28204E

Tints of Paua #28204E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 52%

R = 26.67%
G = 21.33%
B = 52%

CMYK

 C value IS 0.49

 M value IS 0.59

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#28204E (or 0x28204E) is known color: Paua. HEX triplet: 28, 20 and 4E. RGB value is (40,32,78). Sum of RGB (Red+Green+Blue) = 40+32+78=150 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.67% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 78 (30.86% from 255 or 52% from 150); Max value from RGB is 78 - color contains mainly: blue. Hex color #28204E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28204E is #D7DFB1. Grayscale: #272727. Windows color (decimal): -14147506 or 5120040. OLE color: 5120040.

HSL color Cylindrical-coordinate representation of color #28204E: hue angle of 250.43º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #28204E is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 40 32 78 -
CMYK 0.49 0.59 0 0.69
HSL 250.43º 0.42% 0.22% -
HSV(B) 250.43º 0.59% 0.31% -
XYZ 2.77 2.03 7.45 -
YUV 39.64 149.65 128.26 -
System Red Green Blue C M Y K H S L
Decimal 40 32 78 0.49 0.59 0 0.69 250.43 0.42 0.22
Hex 28 20 4E 31 3B 0 45 FA 2A 16
Octal 50 40 116 61 73 0 105 372 52 26
Binary 101000 100000 1001110 110001 111011 0 1000101 11111010 101010 10110

Color Harmonies of #28204E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28204E

Black with #28204E

Text Example


Text Example

White with #28204E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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