Html Css Color HEX #282359 Paua

📋 copy color: '#282359'

red 40 ◦ green 35 ◦ blue 89

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

Shades of Paua #282359

Tints of Paua #282359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 54.27%

R = 24.39%
G = 21.34%
B = 54.27%

CMYK

 C value IS 0.55

 M value IS 0.61

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#282359 (or 0x282359) is known color: Paua. HEX triplet: 28, 23 and 59. RGB value is (40,35,89). Sum of RGB (Red+Green+Blue) = 40+35+89=164 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.39% from 164); Green value is 35 (14.06% from 255 or 21.34% from 164); Blue value is 89 (35.16% from 255 or 54.27% from 164); Max value from RGB is 89 - color contains mainly: blue. Hex color #282359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282359 is #D7DCA6. Grayscale: #2A2A2A. Windows color (decimal): -14146727 or 5841704. OLE color: 5841704.

HSL color Cylindrical-coordinate representation of color #282359: hue angle of 245.56º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #282359 is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 40 35 89 -
CMYK 0.55 0.61 0 0.65
HSL 245.56º 0.44% 0.24% -
HSV(B) 245.56º 0.61% 0.35% -
XYZ 3.28 2.37 9.74 -
YUV 42.65 154.16 126.11 -
System Red Green Blue C M Y K H S L
Decimal 40 35 89 0.55 0.61 0 0.65 245.56 0.44 0.24
Hex 28 23 59 37 3D 0 41 F6 2C 18
Octal 50 43 131 67 75 0 101 366 54 30
Binary 101000 100011 1011001 110111 111101 0 1000001 11110110 101100 11000

Color Harmonies of #282359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #282359

Black with #282359

Text Example


Text Example

White with #282359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #282359; }

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

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

background-color css

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

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

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

border-color css

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

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

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