Html Css Color HEX #24155B Paua

📋 copy color: '#24155B'

red 36 ◦ green 21 ◦ blue 91

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

Shades of Paua #24155B

Tints of Paua #24155B

RGB

 RED value IS 36 (14.45% from 255) = 24.32%

 GREEN value IS 21 (8.59% from 255) = 14.19%

 BLUE value IS 91 (35.94% from 255) = 61.49%

R = 24.32%
G = 14.19%
B = 61.49%

CMYK

 C value IS 0.60

 M value IS 0.77

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#24155B (or 0x24155B) is known color: Paua. HEX triplet: 24, 15 and 5B. RGB value is (36,21,91). Sum of RGB (Red+Green+Blue) = 36+21+91=148 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.32% from 148); Green value is 21 (8.59% from 255 or 14.19% from 148); Blue value is 91 (35.94% from 255 or 61.49% from 148); Max value from RGB is 91 - color contains mainly: blue. Hex color #24155B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24155B is #DBEAA4. Grayscale: #212121. Windows color (decimal): -14412453 or 5969188. OLE color: 5969188.

HSL color Cylindrical-coordinate representation of color #24155B: hue angle of 252.86º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24155B is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 36 21 91 -
CMYK 0.60 0.77 0 0.64
HSL 252.86º 0.63% 0.22% -
HSV(B) 252.86º 0.77% 0.36% -
XYZ 2.88 1.67 10.07 -
YUV 33.47 160.47 129.81 -
System Red Green Blue C M Y K H S L
Decimal 36 21 91 0.60 0.77 0 0.64 252.86 0.63 0.22
Hex 24 15 5B 3C 4D 0 40 FD 3E 16
Octal 44 25 133 74 115 0 100 375 76 26
Binary 100100 10101 1011011 111100 1001101 0 1000000 11111101 111110 10110

Color Harmonies of #24155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24155B

Black with #24155B

Text Example


Text Example

White with #24155B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #24155B;
 }
 .AnyTagClassName
 {
   color: #24155B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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