Html Css Color HEX #28224E Paua

📋 copy color: '#28224E'

red 40 ◦ green 34 ◦ blue 78

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

Shades of Paua #28224E

Tints of Paua #28224E

RGB

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

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

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

R = 26.32%
G = 22.37%
B = 51.32%

CMYK

 C value IS 0.49

 M value IS 0.56

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#28224E (or 0x28224E) is known color: Paua. HEX triplet: 28, 22 and 4E. RGB value is (40,34,78). Sum of RGB (Red+Green+Blue) = 40+34+78=152 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.32% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 78 (30.86% from 255 or 51.32% from 152); Max value from RGB is 78 - color contains mainly: blue. Hex color #28224E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28224E is #D7DDB1. Grayscale: #282828. Windows color (decimal): -14146994 or 5120552. OLE color: 5120552.

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

Color convert

RGB 40 34 78 -
CMYK 0.49 0.56 0 0.69
HSL 248.18º 0.39% 0.22% -
HSV(B) 248.18º 0.56% 0.31% -
XYZ 2.82 2.15 7.47 -
YUV 40.81 148.99 127.42 -
System Red Green Blue C M Y K H S L
Decimal 40 34 78 0.49 0.56 0 0.69 248.18 0.39 0.22
Hex 28 22 4E 31 38 0 45 F8 27 16
Octal 50 42 116 61 70 0 105 370 47 26
Binary 101000 100010 1001110 110001 111000 0 1000101 11111000 100111 10110

Color Harmonies of #28224E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28224E

Black with #28224E

Text Example


Text Example

White with #28224E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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