Html Css Color HEX #282559 Paua

📋 copy color: '#282559'

red 40 ◦ green 37 ◦ blue 89

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

Shades of Paua #282559

Tints of Paua #282559

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.29%

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

R = 24.1%
G = 22.29%
B = 53.61%

CMYK

 C value IS 0.55

 M value IS 0.58

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#282559 (or 0x282559) is known color: Paua. HEX triplet: 28, 25 and 59. RGB value is (40,37,89). Sum of RGB (Red+Green+Blue) = 40+37+89=166 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.10% from 166); Green value is 37 (14.84% from 255 or 22.29% from 166); Blue value is 89 (35.16% from 255 or 53.61% from 166); Max value from RGB is 89 - color contains mainly: blue. Hex color #282559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282559 is #D7DAA6. Grayscale: #2B2B2B. Windows color (decimal): -14146215 or 5842216. OLE color: 5842216.

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

Color convert

RGB 40 37 89 -
CMYK 0.55 0.58 0 0.65
HSL 243.46º 0.41% 0.25% -
HSV(B) 243.46º 0.58% 0.35% -
XYZ 3.34 2.5 9.76 -
YUV 43.83 153.49 125.27 -
System Red Green Blue C M Y K H S L
Decimal 40 37 89 0.55 0.58 0 0.65 243.46 0.41 0.25
Hex 28 25 59 37 3A 0 41 F3 29 19
Octal 50 45 131 67 72 0 101 363 51 31
Binary 101000 100101 1011001 110111 111010 0 1000001 11110011 101001 11001

Color Harmonies of #282559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #282559

Black with #282559

Text Example


Text Example

White with #282559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #282559; }

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

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

background-color css

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

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

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

border-color css

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

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

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