Html Css Color HEX #282355 Paua

📋 copy color: '#282355'

red 40 ◦ green 35 ◦ blue 85

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

Shades of Paua #282355

Tints of Paua #282355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 53.13%

R = 25%
G = 21.88%
B = 53.13%

CMYK

 C value IS 0.53

 M value IS 0.59

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#282355 (or 0x282355) is known color: Paua. HEX triplet: 28, 23 and 55. RGB value is (40,35,85). Sum of RGB (Red+Green+Blue) = 40+35+85=160 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25% from 160); Green value is 35 (14.06% from 255 or 21.88% from 160); Blue value is 85 (33.59% from 255 or 53.12% from 160); Max value from RGB is 85 - color contains mainly: blue. Hex color #282355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282355 is #D7DCAA. Grayscale: #2A2A2A. Windows color (decimal): -14146731 or 5579560. OLE color: 5579560.

HSL color Cylindrical-coordinate representation of color #282355: hue angle of 246º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #282355 is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 40 35 85 -
CMYK 0.53 0.59 0 0.67
HSL 246º 0.42% 0.24% -
HSV(B) 246º 0.59% 0.33% -
XYZ 3.12 2.31 8.88 -
YUV 42.2 152.16 126.43 -
System Red Green Blue C M Y K H S L
Decimal 40 35 85 0.53 0.59 0 0.67 246 0.42 0.24
Hex 28 23 55 35 3B 0 43 F6 2A 18
Octal 50 43 125 65 73 0 103 366 52 30
Binary 101000 100011 1010101 110101 111011 0 1000011 11110110 101010 11000

Color Harmonies of #282355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #282355

Black with #282355

Text Example


Text Example

White with #282355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #282355; }

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

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

background-color css

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

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

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

border-color css

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

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

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