Html Css Color HEX #28224D Paua

📋 copy color: '#28224D'

red 40 ◦ green 34 ◦ blue 77

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

Shades of Paua #28224D

Tints of Paua #28224D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.52%

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

R = 26.49%
G = 22.52%
B = 50.99%

CMYK

 C value IS 0.48

 M value IS 0.56

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#28224D (or 0x28224D) is known color: Paua. HEX triplet: 28, 22 and 4D. RGB value is (40,34,77). Sum of RGB (Red+Green+Blue) = 40+34+77=151 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.49% from 151); Green value is 34 (13.67% from 255 or 22.52% from 151); Blue value is 77 (30.47% from 255 or 50.99% from 151); Max value from RGB is 77 - color contains mainly: blue. Hex color #28224D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28224D is #D7DDB2. Grayscale: #282828. Windows color (decimal): -14146995 or 5055016. OLE color: 5055016.

HSL color Cylindrical-coordinate representation of color #28224D: hue angle of 248.37º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #28224D is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 40 34 77 -
CMYK 0.48 0.56 0 0.70
HSL 248.37º 0.39% 0.22% -
HSV(B) 248.37º 0.56% 0.3% -
XYZ 2.79 2.13 7.29 -
YUV 40.7 148.49 127.5 -
System Red Green Blue C M Y K H S L
Decimal 40 34 77 0.48 0.56 0 0.70 248.37 0.39 0.22
Hex 28 22 4D 30 38 0 46 F8 27 16
Octal 50 42 115 60 70 0 106 370 47 26
Binary 101000 100010 1001101 110000 111000 0 1000110 11111000 100111 10110

Color Harmonies of #28224D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28224D

Black with #28224D

Text Example


Text Example

White with #28224D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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