Html Css Color HEX #28285B Paua

📋 copy color: '#28285B'

red 40 ◦ green 40 ◦ blue 91

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

Shades of Paua #28285B

Tints of Paua #28285B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 23.39%

 BLUE value IS 91 (35.94% from 255) = 53.22%

R = 23.39%
G = 23.39%
B = 53.22%

CMYK

 C value IS 0.56

 M value IS 0.56

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#28285B (or 0x28285B) is known color: Paua. HEX triplet: 28, 28 and 5B. RGB value is (40,40,91). Sum of RGB (Red+Green+Blue) = 40+40+91=171 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.39% from 171); Green value is 40 (16.02% from 255 or 23.39% from 171); Blue value is 91 (35.94% from 255 or 53.22% from 171); Max value from RGB is 91 - color contains mainly: blue. Hex color #28285B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28285B is #D7D7A4. Grayscale: #2D2D2D. Windows color (decimal): -14145445 or 5974056. OLE color: 5974056.

HSL color Cylindrical-coordinate representation of color #28285B: hue angle of 240º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #28285B is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 40 40 91 -
CMYK 0.56 0.56 0 0.64
HSL 240º 0.39% 0.26% -
HSV(B) 240º 0.56% 0.36% -
XYZ 3.52 2.72 10.24 -
YUV 45.81 153.5 123.85 -
System Red Green Blue C M Y K H S L
Decimal 40 40 91 0.56 0.56 0 0.64 240 0.39 0.26
Hex 28 28 5B 38 38 0 40 F0 27 1A
Octal 50 50 133 70 70 0 100 360 47 32
Binary 101000 101000 1011011 111000 111000 0 1000000 11110000 100111 11010

Color Harmonies of #28285B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28285B

Black with #28285B

Text Example


Text Example

White with #28285B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28285B; }

 p { color: rgb(40,40,91); }

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

background-color css

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

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

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

border-color css

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

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

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