Html Css Color HEX #24235C Paua

📋 copy color: '#24235C'

red 36 ◦ green 35 ◦ blue 92

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

Shades of Paua #24235C

Tints of Paua #24235C

RGB

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

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

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

R = 22.09%
G = 21.47%
B = 56.44%

CMYK

 C value IS 0.61

 M value IS 0.62

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#24235C (or 0x24235C) is known color: Paua. HEX triplet: 24, 23 and 5C. RGB value is (36,35,92). Sum of RGB (Red+Green+Blue) = 36+35+92=163 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.09% from 163); Green value is 35 (14.06% from 255 or 21.47% from 163); Blue value is 92 (36.33% from 255 or 56.44% from 163); Max value from RGB is 92 - color contains mainly: blue. Hex color #24235C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24235C is #DBDCA3. Grayscale: #292929. Windows color (decimal): -14408868 or 6038308. OLE color: 6038308.

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

Color convert

RGB 36 35 92 -
CMYK 0.61 0.62 0 0.64
HSL 241.05º 0.45% 0.25% -
HSV(B) 241.05º 0.62% 0.36% -
XYZ 3.26 2.35 10.41 -
YUV 41.8 156.33 123.87 -
System Red Green Blue C M Y K H S L
Decimal 36 35 92 0.61 0.62 0 0.64 241.05 0.45 0.25
Hex 24 23 5C 3D 3E 0 40 F1 2D 19
Octal 44 43 134 75 76 0 100 361 55 31
Binary 100100 100011 1011100 111101 111110 0 1000000 11110001 101101 11001

Color Harmonies of #24235C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24235C

Black with #24235C

Text Example


Text Example

White with #24235C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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