Html Css Color HEX #28285A Paua

📋 copy color: '#28285A'

red 40 ◦ green 40 ◦ blue 90

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

Shades of Paua #28285A

Tints of Paua #28285A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 52.94%

R = 23.53%
G = 23.53%
B = 52.94%

CMYK

 C value IS 0.56

 M value IS 0.56

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#28285A (or 0x28285A) is known color: Paua. HEX triplet: 28, 28 and 5A. RGB value is (40,40,90). Sum of RGB (Red+Green+Blue) = 40+40+90=170 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.53% from 170); Green value is 40 (16.02% from 255 or 23.53% from 170); Blue value is 90 (35.55% from 255 or 52.94% from 170); Max value from RGB is 90 - color contains mainly: blue. Hex color #28285A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28285A is #D7D7A5. Grayscale: #2D2D2D. Windows color (decimal): -14145446 or 5908520. OLE color: 5908520.

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

Color convert

RGB 40 40 90 -
CMYK 0.56 0.56 0 0.65
HSL 240º 0.38% 0.25% -
HSV(B) 240º 0.56% 0.35% -
XYZ 3.48 2.71 10.01 -
YUV 45.7 153 123.93 -
System Red Green Blue C M Y K H S L
Decimal 40 40 90 0.56 0.56 0 0.65 240 0.38 0.25
Hex 28 28 5A 38 38 0 41 F0 26 19
Octal 50 50 132 70 70 0 101 360 46 31
Binary 101000 101000 1011010 111000 111000 0 1000001 11110000 100110 11001

Color Harmonies of #28285A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28285A

Black with #28285A

Text Example


Text Example

White with #28285A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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