Html Css Color HEX #282659 Paua

📋 copy color: '#282659'

red 40 ◦ green 38 ◦ blue 89

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

Shades of Paua #282659

Tints of Paua #282659

RGB

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

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

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

R = 23.95%
G = 22.75%
B = 53.29%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#282659 (or 0x282659) is known color: Paua. HEX triplet: 28, 26 and 59. RGB value is (40,38,89). Sum of RGB (Red+Green+Blue) = 40+38+89=167 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.95% from 167); Green value is 38 (15.23% from 255 or 22.75% from 167); Blue value is 89 (35.16% from 255 or 53.29% from 167); Max value from RGB is 89 - color contains mainly: blue. Hex color #282659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282659 is #D7D9A6. Grayscale: #2C2C2C. Windows color (decimal): -14145959 or 5842472. OLE color: 5842472.

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

Color convert

RGB 40 38 89 -
CMYK 0.55 0.57 0 0.65
HSL 242.35º 0.4% 0.25% -
HSV(B) 242.35º 0.57% 0.35% -
XYZ 3.37 2.56 9.77 -
YUV 44.41 153.16 124.85 -
System Red Green Blue C M Y K H S L
Decimal 40 38 89 0.55 0.57 0 0.65 242.35 0.4 0.25
Hex 28 26 59 37 39 0 41 F2 28 19
Octal 50 46 131 67 71 0 101 362 50 31
Binary 101000 100110 1011001 110111 111001 0 1000001 11110010 101000 11001

Color Harmonies of #282659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #282659

Black with #282659

Text Example


Text Example

White with #282659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #282659; }

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

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

background-color css

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

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

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

border-color css

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

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

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