Html Css Color HEX #282248 Paua

📋 copy color: '#282248'

red 40 ◦ green 34 ◦ blue 72

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

Shades of Paua #282248

Tints of Paua #282248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 49.32%

R = 27.4%
G = 23.29%
B = 49.32%

CMYK

 C value IS 0.44

 M value IS 0.53

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#282248 (or 0x282248) is known color: Paua. HEX triplet: 28, 22 and 48. RGB value is (40,34,72). Sum of RGB (Red+Green+Blue) = 40+34+72=146 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.40% from 146); Green value is 34 (13.67% from 255 or 23.29% from 146); Blue value is 72 (28.52% from 255 or 49.32% from 146); Max value from RGB is 72 - color contains mainly: blue. Hex color #282248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282248 is #D7DDB7. Grayscale: #272727. Windows color (decimal): -14147000 or 4727336. OLE color: 4727336.

HSL color Cylindrical-coordinate representation of color #282248: hue angle of 249.47º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #282248 is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 40 34 72 -
CMYK 0.44 0.53 0 0.72
HSL 249.47º 0.36% 0.21% -
HSV(B) 249.47º 0.53% 0.28% -
XYZ 2.62 2.06 6.39 -
YUV 40.13 145.99 127.91 -
System Red Green Blue C M Y K H S L
Decimal 40 34 72 0.44 0.53 0 0.72 249.47 0.36 0.21
Hex 28 22 48 2C 35 0 48 F9 24 15
Octal 50 42 110 54 65 0 110 371 44 25
Binary 101000 100010 1001000 101100 110101 0 1001000 11111001 100100 10101

Color Harmonies of #282248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #282248

Black with #282248

Text Example


Text Example

White with #282248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #282248; }

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

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

background-color css

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

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

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

border-color css

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

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

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