Html Css Color HEX #28285F Paua

📋 copy color: '#28285F'

red 40 ◦ green 40 ◦ blue 95

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

Shades of Paua #28285F

Tints of Paua #28285F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 54.29%

R = 22.86%
G = 22.86%
B = 54.29%

CMYK

 C value IS 0.58

 M value IS 0.58

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#28285F (or 0x28285F) is known color: Paua. HEX triplet: 28, 28 and 5F. RGB value is (40,40,95). Sum of RGB (Red+Green+Blue) = 40+40+95=175 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.86% from 175); Green value is 40 (16.02% from 255 or 22.86% from 175); Blue value is 95 (37.5% from 255 or 54.29% from 175); Max value from RGB is 95 - color contains mainly: blue. Hex color #28285F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28285F is #D7D7A0. Grayscale: #2E2E2E. Windows color (decimal): -14145441 or 6236200. OLE color: 6236200.

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

Color convert

RGB 40 40 95 -
CMYK 0.58 0.58 0 0.63
HSL 240º 0.41% 0.26% -
HSV(B) 240º 0.58% 0.37% -
XYZ 3.7 2.79 11.17 -
YUV 46.27 155.5 123.53 -
System Red Green Blue C M Y K H S L
Decimal 40 40 95 0.58 0.58 0 0.63 240 0.41 0.26
Hex 28 28 5F 3A 3A 0 3F F0 29 1A
Octal 50 50 137 72 72 0 77 360 51 32
Binary 101000 101000 1011111 111010 111010 0 111111 11110000 101001 11010

Color Harmonies of #28285F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28285F

Black with #28285F

Text Example


Text Example

White with #28285F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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