Html Css Color HEX #282648 Paua

📋 copy color: '#282648'

red 40 ◦ green 38 ◦ blue 72

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

Shades of Paua #282648

Tints of Paua #282648

RGB

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

 GREEN value IS 38 (15.23% from 255) = 25.33%

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

R = 26.67%
G = 25.33%
B = 48%

CMYK

 C value IS 0.44

 M value IS 0.47

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#282648 (or 0x282648) is known color: Paua. HEX triplet: 28, 26 and 48. RGB value is (40,38,72). Sum of RGB (Red+Green+Blue) = 40+38+72=150 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.67% from 150); Green value is 38 (15.23% from 255 or 25.33% from 150); Blue value is 72 (28.52% from 255 or 48% from 150); Max value from RGB is 72 - color contains mainly: blue. Hex color #282648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282648 is #D7D9B7. Grayscale: #2A2A2A. Windows color (decimal): -14145976 or 4728360. OLE color: 4728360.

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

Color convert

RGB 40 38 72 -
CMYK 0.44 0.47 0 0.72
HSL 243.53º 0.31% 0.22% -
HSV(B) 243.53º 0.47% 0.28% -
XYZ 2.74 2.31 6.43 -
YUV 42.47 144.66 126.24 -
System Red Green Blue C M Y K H S L
Decimal 40 38 72 0.44 0.47 0 0.72 243.53 0.31 0.22
Hex 28 26 48 2C 2F 0 48 F4 1F 16
Octal 50 46 110 54 57 0 110 364 37 26
Binary 101000 100110 1001000 101100 101111 0 1001000 11110100 11111 10110

Color Harmonies of #282648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #282648

Black with #282648

Text Example


Text Example

White with #282648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #282648; }

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

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

background-color css

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

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

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

border-color css

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

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

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