Html Css Color HEX #24235B Paua

📋 copy color: '#24235B'

red 36 ◦ green 35 ◦ blue 91

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

Shades of Paua #24235B

Tints of Paua #24235B

RGB

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

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

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

R = 22.22%
G = 21.6%
B = 56.17%

CMYK

 C value IS 0.60

 M value IS 0.62

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#24235B (or 0x24235B) is known color: 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

RGB 36 35 91 -
CMYK 0.60 0.62 0 0.64
HSL 241.07º 0.44% 0.25% -
HSV(B) 241.07º 0.62% 0.36% -
XYZ 3.22 2.33 10.18 -
YUV 41.68 155.83 123.95 -
System Red Green Blue C M Y K H S L
Decimal 36 35 91 0.60 0.62 0 0.64 241.07 0.44 0.25
Hex 24 23 5B 3C 3E 0 40 F1 2C 19
Octal 44 43 133 74 76 0 100 361 54 31
Binary 100100 100011 1011011 111100 111110 0 1000000 11110001 101100 11001

Color Harmonies of #24235B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24235B

Black with #24235B

Text Example


Text Example

White with #24235B

Text Example


Text Example

HTML Codes & Css Web 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>