Html Css Color HEX #28224F Paua

📋 copy color: '#28224F'

red 40 ◦ green 34 ◦ blue 79

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

Shades of Paua #28224F

Tints of Paua #28224F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 51.63%

R = 26.14%
G = 22.22%
B = 51.63%

CMYK

 C value IS 0.49

 M value IS 0.57

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#28224F (or 0x28224F) is known color: Paua. HEX triplet: 28, 22 and 4F. RGB value is (40,34,79). Sum of RGB (Red+Green+Blue) = 40+34+79=153 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.14% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 79 (31.25% from 255 or 51.63% from 153); Max value from RGB is 79 - color contains mainly: blue. Hex color #28224F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28224F is #D7DDB0. Grayscale: #282828. Windows color (decimal): -14146993 or 5186088. OLE color: 5186088.

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

Color convert

RGB 40 34 79 -
CMYK 0.49 0.57 0 0.69
HSL 248º 0.4% 0.22% -
HSV(B) 248º 0.57% 0.31% -
XYZ 2.86 2.16 7.66 -
YUV 40.92 149.49 127.34 -
System Red Green Blue C M Y K H S L
Decimal 40 34 79 0.49 0.57 0 0.69 248 0.4 0.22
Hex 28 22 4F 31 39 0 45 F8 28 16
Octal 50 42 117 61 71 0 105 370 50 26
Binary 101000 100010 1001111 110001 111001 0 1000101 11111000 101000 10110

Color Harmonies of #28224F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28224F

Black with #28224F

Text Example


Text Example

White with #28224F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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