Html Css Color HEX #28245D Paua

📋 copy color: '#28245D'

red 40 ◦ green 36 ◦ blue 93

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

Shades of Paua #28245D

Tints of Paua #28245D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.3%

 BLUE value IS 93 (36.72% from 255) = 55.03%

R = 23.67%
G = 21.3%
B = 55.03%

CMYK

 C value IS 0.57

 M value IS 0.61

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#28245D (or 0x28245D) is known color: Paua. HEX triplet: 28, 24 and 5D. RGB value is (40,36,93). Sum of RGB (Red+Green+Blue) = 40+36+93=169 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.67% from 169); Green value is 36 (14.45% from 255 or 21.30% from 169); Blue value is 93 (36.72% from 255 or 55.03% from 169); Max value from RGB is 93 - color contains mainly: blue. Hex color #28245D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28245D is #D7DBA2. Grayscale: #2B2B2B. Windows color (decimal): -14146467 or 6104104. OLE color: 6104104.

HSL color Cylindrical-coordinate representation of color #28245D: hue angle of 244.21º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #28245D is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 40 36 93 -
CMYK 0.57 0.61 0 0.64
HSL 244.21º 0.44% 0.25% -
HSV(B) 244.21º 0.61% 0.36% -
XYZ 3.48 2.5 10.66 -
YUV 43.69 155.83 125.37 -
System Red Green Blue C M Y K H S L
Decimal 40 36 93 0.57 0.61 0 0.64 244.21 0.44 0.25
Hex 28 24 5D 39 3D 0 40 F4 2C 19
Octal 50 44 135 71 75 0 100 364 54 31
Binary 101000 100100 1011101 111001 111101 0 1000000 11110100 101100 11001

Color Harmonies of #28245D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28245D

Black with #28245D

Text Example


Text Example

White with #28245D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28245D; }

 p { color: rgb(40,36,93); }

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

background-color css

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

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

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

border-color css

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

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

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