Html Css Color HEX #28235A Paua

📋 copy color: '#28235A'

red 40 ◦ green 35 ◦ blue 90

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

Shades of Paua #28235A

Tints of Paua #28235A

RGB

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

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

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

R = 24.24%
G = 21.21%
B = 54.55%

CMYK

 C value IS 0.56

 M value IS 0.61

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#28235A (or 0x28235A) is known color: Paua. HEX triplet: 28, 23 and 5A. RGB value is (40,35,90). Sum of RGB (Red+Green+Blue) = 40+35+90=165 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.24% from 165); Green value is 35 (14.06% from 255 or 21.21% from 165); Blue value is 90 (35.55% from 255 or 54.55% from 165); Max value from RGB is 90 - color contains mainly: blue. Hex color #28235A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28235A is #D7DCA5. Grayscale: #2A2A2A. Windows color (decimal): -14146726 or 5907240. OLE color: 5907240.

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

Color convert

RGB 40 35 90 -
CMYK 0.56 0.61 0 0.65
HSL 245.45º 0.44% 0.25% -
HSV(B) 245.45º 0.61% 0.35% -
XYZ 3.32 2.39 9.96 -
YUV 42.77 154.66 126.03 -
System Red Green Blue C M Y K H S L
Decimal 40 35 90 0.56 0.61 0 0.65 245.45 0.44 0.25
Hex 28 23 5A 38 3D 0 41 F5 2C 19
Octal 50 43 132 70 75 0 101 365 54 31
Binary 101000 100011 1011010 111000 111101 0 1000001 11110101 101100 11001

Color Harmonies of #28235A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28235A

Black with #28235A

Text Example


Text Example

White with #28235A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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