#24235B

Color #24235B Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #24235B

Tints of Paua #24235B

Color information

#24235B (or 0x24235B) is unknown color: approx Paua. HEX triplet: 24, 23 and 5B. RGB value is (36,35,91). Sum of RGB (Red+Green+Blue) = 36+35+91=162 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.22% from 162); Green value is 35 (14.06% from 255 or 21.60% from 162); Blue value is 91 (35.94% from 255 or 56.17% from 162); Max value from RGB is 91 - color contains mainly: blue. Hex color #24235B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24235B is #DBDCA4. Grayscale: #292929. Windows color (decimal): -14408869 or 5972772. OLE color: 5972772.

HSL color Cylindrical-coordinate representation of color #24235B: hue angle of 241.07º degrees, saturation: 0.44, 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 #24235B is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB363591-
CMYK0.600.6200.64
HSL241.07º44.44%24.71%-
HSV(B)241.07º61.54%35.69%-
XYZ3.222.3310.18-
YUV41.68155.83123.95-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.22%
GREEN value IS 35 (14.06% from 255) = 21.60%
BLUE value IS 91 (35.94% from 255) = 56.17%
R=22.22%
G=21.60%
B=56.17%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3635910.600.6200.64241.0744.4424.71
Hex24235B3C3E040f12c19
Octal4443133747601003615431
Binary1001001000111011011111100111110010000001111000110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24235B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24235B; }

 p { color: rgb(36,35,91); }

 H1.HeaderClassName
 {
   color: #24235B;
 }
 .AnyTagClassName
 {
   color: #24235B;
 }
</style>
background-color css

<style>
 a { background-color: #24235B; }

 a { background-color: rgb(36,35,91); }

 div.DivClassName
 {
   background-color: #24235B;
 }
 .BgClassName
 {
   background-color: #24235B;
 }
</style>
border-color css

<style>
 span { border-color: #24235B; }

 span { border-color: rgb(36,35,91); }

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