Html Css Color HEX #24195C Paua

📋 copy color: '#24195C'

red 36 ◦ green 25 ◦ blue 92

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

Shades of Paua #24195C

Tints of Paua #24195C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.34%

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

R = 23.53%
G = 16.34%
B = 60.13%

CMYK

 C value IS 0.61

 M value IS 0.73

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#24195C (or 0x24195C) is known color: Paua. HEX triplet: 24, 19 and 5C. RGB value is (36,25,92). Sum of RGB (Red+Green+Blue) = 36+25+92=153 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.53% from 153); Green value is 25 (10.16% from 255 or 16.34% from 153); Blue value is 92 (36.33% from 255 or 60.13% from 153); Max value from RGB is 92 - color contains mainly: blue. Hex color #24195C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24195C is #DBE6A3. Grayscale: #232323. Windows color (decimal): -14411428 or 6035748. OLE color: 6035748.

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

Color convert

RGB 36 25 92 -
CMYK 0.61 0.73 0 0.64
HSL 249.85º 0.57% 0.23% -
HSV(B) 249.85º 0.73% 0.36% -
XYZ 3.01 1.84 10.32 -
YUV 35.93 159.64 128.05 -
System Red Green Blue C M Y K H S L
Decimal 36 25 92 0.61 0.73 0 0.64 249.85 0.57 0.23
Hex 24 19 5C 3D 49 0 40 FA 39 17
Octal 44 31 134 75 111 0 100 372 71 27
Binary 100100 11001 1011100 111101 1001001 0 1000000 11111010 111001 10111

Color Harmonies of #24195C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24195C

Black with #24195C

Text Example


Text Example

White with #24195C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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