Html Css Color HEX #281859 Paua

📋 copy color: '#281859'

red 40 ◦ green 24 ◦ blue 89

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

Shades of Paua #281859

Tints of Paua #281859

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.69%

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

R = 26.14%
G = 15.69%
B = 58.17%

CMYK

 C value IS 0.55

 M value IS 0.73

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#281859 (or 0x281859) is known color: Paua. HEX triplet: 28, 18 and 59. RGB value is (40,24,89). Sum of RGB (Red+Green+Blue) = 40+24+89=153 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.14% from 153); Green value is 24 (9.77% from 255 or 15.69% from 153); Blue value is 89 (35.16% from 255 or 58.17% from 153); Max value from RGB is 89 - color contains mainly: blue. Hex color #281859 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #281859 is #D7E7A6. Grayscale: #232323. Windows color (decimal): -14149543 or 5838888. OLE color: 5838888.

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

Color convert

RGB 40 24 89 -
CMYK 0.55 0.73 0 0.65
HSL 254.77º 0.58% 0.22% -
HSV(B) 254.77º 0.73% 0.35% -
XYZ 3 1.83 9.65 -
YUV 36.19 157.8 130.71 -
System Red Green Blue C M Y K H S L
Decimal 40 24 89 0.55 0.73 0 0.65 254.77 0.58 0.22
Hex 28 18 59 37 49 0 41 FF 3A 16
Octal 50 30 131 67 111 0 101 377 72 26
Binary 101000 11000 1011001 110111 1001001 0 1000001 11111111 111010 10110

Color Harmonies of #281859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281859

Black with #281859

Text Example


Text Example

White with #281859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281859; }

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

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

background-color css

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

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

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

border-color css

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

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

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