Html Css Color HEX #28244A Paua

📋 copy color: '#28244A'

red 40 ◦ green 36 ◦ blue 74

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

Shades of Paua #28244A

Tints of Paua #28244A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 24%

 BLUE value IS 74 (29.3% from 255) = 49.33%

R = 26.67%
G = 24%
B = 49.33%

CMYK

 C value IS 0.46

 M value IS 0.51

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#28244A (or 0x28244A) is known color: Paua. HEX triplet: 28, 24 and 4A. RGB value is (40,36,74). Sum of RGB (Red+Green+Blue) = 40+36+74=150 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.67% from 150); Green value is 36 (14.45% from 255 or 24% from 150); Blue value is 74 (29.30% from 255 or 49.33% from 150); Max value from RGB is 74 - color contains mainly: blue. Hex color #28244A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28244A is #D7DBB5. Grayscale: #292929. Windows color (decimal): -14146486 or 4858920. OLE color: 4858920.

HSL color Cylindrical-coordinate representation of color #28244A: hue angle of 246.32º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #28244A is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 40 36 74 -
CMYK 0.46 0.51 0 0.71
HSL 246.32º 0.35% 0.22% -
HSV(B) 246.32º 0.51% 0.29% -
XYZ 2.74 2.21 6.76 -
YUV 41.53 146.33 126.91 -
System Red Green Blue C M Y K H S L
Decimal 40 36 74 0.46 0.51 0 0.71 246.32 0.35 0.22
Hex 28 24 4A 2E 33 0 47 F6 23 16
Octal 50 44 112 56 63 0 107 366 43 26
Binary 101000 100100 1001010 101110 110011 0 1000111 11110110 100011 10110

Color Harmonies of #28244A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28244A

Black with #28244A

Text Example


Text Example

White with #28244A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28244A; }

 p { color: rgb(40,36,74); }

 H1.HeaderClassName
 {
   color: #28244A;
 }
 .AnyTagClassName
 {
   color: #28244A;
 }
</style>

background-color css

<style>
 a { background-color: #28244A; }

 a { background-color: rgb(40,36,74); }

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

border-color css

<style>
 span { border-color: #28244A; }

 span { border-color: rgb(40,36,74); }

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