Html Css Color HEX #282259 Paua

📋 copy color: '#282259'

red 40 ◦ green 34 ◦ blue 89

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

Shades of Paua #282259

Tints of Paua #282259

RGB

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

 GREEN value IS 34 (13.67% from 255) = 20.86%

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

R = 24.54%
G = 20.86%
B = 54.6%

CMYK

 C value IS 0.55

 M value IS 0.62

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#282259 (or 0x282259) is known color: Paua. HEX triplet: 28, 22 and 59. RGB value is (40,34,89). Sum of RGB (Red+Green+Blue) = 40+34+89=163 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.54% from 163); Green value is 34 (13.67% from 255 or 20.86% from 163); Blue value is 89 (35.16% from 255 or 54.60% from 163); Max value from RGB is 89 - color contains mainly: blue. Hex color #282259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282259 is #D7DDA6. Grayscale: #292929. Windows color (decimal): -14146983 or 5841448. OLE color: 5841448.

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

Color convert

RGB 40 34 89 -
CMYK 0.55 0.62 0 0.65
HSL 246.55º 0.45% 0.24% -
HSV(B) 246.55º 0.62% 0.35% -
XYZ 3.25 2.32 9.73 -
YUV 42.06 154.49 126.53 -
System Red Green Blue C M Y K H S L
Decimal 40 34 89 0.55 0.62 0 0.65 246.55 0.45 0.24
Hex 28 22 59 37 3E 0 41 F7 2D 18
Octal 50 42 131 67 76 0 101 367 55 30
Binary 101000 100010 1011001 110111 111110 0 1000001 11110111 101101 11000

Color Harmonies of #282259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #282259

Black with #282259

Text Example


Text Example

White with #282259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #282259; }

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

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

background-color css

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

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

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

border-color css

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

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

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