Html Css Color HEX #28235C Paua

📋 copy color: '#28235C'

red 40 ◦ green 35 ◦ blue 92

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

Shades of Paua #28235C

Tints of Paua #28235C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 55.09%

R = 23.95%
G = 20.96%
B = 55.09%

CMYK

 C value IS 0.57

 M value IS 0.62

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#28235C (or 0x28235C) is known color: Paua. HEX triplet: 28, 23 and 5C. RGB value is (40,35,92). Sum of RGB (Red+Green+Blue) = 40+35+92=167 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.95% from 167); Green value is 35 (14.06% from 255 or 20.96% from 167); Blue value is 92 (36.33% from 255 or 55.09% from 167); Max value from RGB is 92 - color contains mainly: blue. Hex color #28235C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28235C is #D7DCA3. Grayscale: #2A2A2A. Windows color (decimal): -14146724 or 6038312. OLE color: 6038312.

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

Color convert

RGB 40 35 92 -
CMYK 0.57 0.62 0 0.64
HSL 245.26º 0.45% 0.25% -
HSV(B) 245.26º 0.62% 0.36% -
XYZ 3.41 2.43 10.41 -
YUV 42.99 155.66 125.87 -
System Red Green Blue C M Y K H S L
Decimal 40 35 92 0.57 0.62 0 0.64 245.26 0.45 0.25
Hex 28 23 5C 39 3E 0 40 F5 2D 19
Octal 50 43 134 71 76 0 100 365 55 31
Binary 101000 100011 1011100 111001 111110 0 1000000 11110101 101101 11001

Color Harmonies of #28235C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28235C

Black with #28235C

Text Example


Text Example

White with #28235C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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