Html Css Color HEX #282347 Paua

📋 copy color: '#282347'

red 40 ◦ green 35 ◦ blue 71

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

Shades of Paua #282347

Tints of Paua #282347

RGB

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

 GREEN value IS 35 (14.06% from 255) = 23.97%

 BLUE value IS 71 (28.13% from 255) = 48.63%

R = 27.4%
G = 23.97%
B = 48.63%

CMYK

 C value IS 0.44

 M value IS 0.51

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#282347 (or 0x282347) is known color: Paua. HEX triplet: 28, 23 and 47. RGB value is (40,35,71). Sum of RGB (Red+Green+Blue) = 40+35+71=146 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.40% from 146); Green value is 35 (14.06% from 255 or 23.97% from 146); Blue value is 71 (28.12% from 255 or 48.63% from 146); Max value from RGB is 71 - color contains mainly: blue. Hex color #282347 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282347 is #D7DCB8. Grayscale: #282828. Windows color (decimal): -14146745 or 4662056. OLE color: 4662056.

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

Color convert

RGB 40 35 71 -
CMYK 0.44 0.51 0 0.72
HSL 248.33º 0.34% 0.21% -
HSV(B) 248.33º 0.51% 0.28% -
XYZ 2.61 2.11 6.23 -
YUV 40.6 145.16 127.57 -
System Red Green Blue C M Y K H S L
Decimal 40 35 71 0.44 0.51 0 0.72 248.33 0.34 0.21
Hex 28 23 47 2C 33 0 48 F8 22 15
Octal 50 43 107 54 63 0 110 370 42 25
Binary 101000 100011 1000111 101100 110011 0 1001000 11111000 100010 10101

Color Harmonies of #282347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #282347

Black with #282347

Text Example


Text Example

White with #282347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #282347; }

 p { color: rgb(40,35,71); }

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

background-color css

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

 a { background-color: rgb(40,35,71); }

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

border-color css

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

 span { border-color: rgb(40,35,71); }

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