Html Css Color HEX #28224B Paua

📋 copy color: '#28224B'

red 40 ◦ green 34 ◦ blue 75

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

Shades of Paua #28224B

Tints of Paua #28224B

RGB

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

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

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

R = 26.85%
G = 22.82%
B = 50.34%

CMYK

 C value IS 0.47

 M value IS 0.55

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#28224B (or 0x28224B) is known color: Paua. HEX triplet: 28, 22 and 4B. RGB value is (40,34,75). Sum of RGB (Red+Green+Blue) = 40+34+75=149 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.85% from 149); Green value is 34 (13.67% from 255 or 22.82% from 149); Blue value is 75 (29.69% from 255 or 50.34% from 149); Max value from RGB is 75 - color contains mainly: blue. Hex color #28224B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28224B is #D7DDB4. Grayscale: #282828. Windows color (decimal): -14146997 or 4923944. OLE color: 4923944.

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

Color convert

RGB 40 34 75 -
CMYK 0.47 0.55 0 0.71
HSL 248.78º 0.38% 0.21% -
HSV(B) 248.78º 0.55% 0.29% -
XYZ 2.72 2.1 6.92 -
YUV 40.47 147.49 127.67 -
System Red Green Blue C M Y K H S L
Decimal 40 34 75 0.47 0.55 0 0.71 248.78 0.38 0.21
Hex 28 22 4B 2F 37 0 47 F9 26 15
Octal 50 42 113 57 67 0 107 371 46 25
Binary 101000 100010 1001011 101111 110111 0 1000111 11111001 100110 10101

Color Harmonies of #28224B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28224B

Black with #28224B

Text Example


Text Example

White with #28224B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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