Html Css Color HEX #282647 Paua

📋 copy color: '#282647'

red 40 ◦ green 38 ◦ blue 71

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

Shades of Paua #282647

Tints of Paua #282647

RGB

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

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

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

R = 26.85%
G = 25.5%
B = 47.65%

CMYK

 C value IS 0.44

 M value IS 0.46

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#282647 (or 0x282647) is known color: Paua. HEX triplet: 28, 26 and 47. RGB value is (40,38,71). Sum of RGB (Red+Green+Blue) = 40+38+71=149 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.85% from 149); Green value is 38 (15.23% from 255 or 25.50% from 149); Blue value is 71 (28.12% from 255 or 47.65% from 149); Max value from RGB is 71 - color contains mainly: blue. Hex color #282647 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282647 is #D7D9B8. Grayscale: #2A2A2A. Windows color (decimal): -14145977 or 4662824. OLE color: 4662824.

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

Color convert

RGB 40 38 71 -
CMYK 0.44 0.46 0 0.72
HSL 243.64º 0.3% 0.21% -
HSV(B) 243.64º 0.46% 0.28% -
XYZ 2.71 2.29 6.26 -
YUV 42.36 144.16 126.32 -
System Red Green Blue C M Y K H S L
Decimal 40 38 71 0.44 0.46 0 0.72 243.64 0.3 0.21
Hex 28 26 47 2C 2E 0 48 F4 1E 15
Octal 50 46 107 54 56 0 110 364 36 25
Binary 101000 100110 1000111 101100 101110 0 1001000 11110100 11110 10101

Color Harmonies of #282647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #282647

Black with #282647

Text Example


Text Example

White with #282647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #282647; }

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

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

background-color css

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

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

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

border-color css

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

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

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