Html Css Color HEX #282448 Paua

📋 copy color: '#282448'

red 40 ◦ green 36 ◦ blue 72

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

Shades of Paua #282448

Tints of Paua #282448

RGB

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

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

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

R = 27.03%
G = 24.32%
B = 48.65%

CMYK

 C value IS 0.44

 M value IS 0.5

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#282448 (or 0x282448) is known color: Paua. HEX triplet: 28, 24 and 48. RGB value is (40,36,72). Sum of RGB (Red+Green+Blue) = 40+36+72=148 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.03% from 148); Green value is 36 (14.45% from 255 or 24.32% from 148); Blue value is 72 (28.52% from 255 or 48.65% from 148); Max value from RGB is 72 - color contains mainly: blue. Hex color #282448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282448 is #D7DBB7. Grayscale: #292929. Windows color (decimal): -14146488 or 4727848. OLE color: 4727848.

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

Color convert

RGB 40 36 72 -
CMYK 0.44 0.5 0 0.72
HSL 246.67º 0.33% 0.21% -
HSV(B) 246.67º 0.5% 0.28% -
XYZ 2.68 2.18 6.41 -
YUV 41.3 145.33 127.07 -
System Red Green Blue C M Y K H S L
Decimal 40 36 72 0.44 0.5 0 0.72 246.67 0.33 0.21
Hex 28 24 48 2C 32 0 48 F7 21 15
Octal 50 44 110 54 62 0 110 367 41 25
Binary 101000 100100 1001000 101100 110010 0 1001000 11110111 100001 10101

Color Harmonies of #282448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #282448

Black with #282448

Text Example


Text Example

White with #282448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #282448; }

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

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

background-color css

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

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

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

border-color css

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

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

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