Html Css Color HEX #241C52 Paua

📋 copy color: '#241C52'

red 36 ◦ green 28 ◦ blue 82

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

Shades of Paua #241C52

Tints of Paua #241C52

RGB

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

 GREEN value IS 28 (11.33% from 255) = 19.18%

 BLUE value IS 82 (32.42% from 255) = 56.16%

R = 24.66%
G = 19.18%
B = 56.16%

CMYK

 C value IS 0.56

 M value IS 0.66

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#241C52 (or 0x241C52) is known color: Paua. HEX triplet: 24, 1C and 52. RGB value is (36,28,82). Sum of RGB (Red+Green+Blue) = 36+28+82=146 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.66% from 146); Green value is 28 (11.33% from 255 or 19.18% from 146); Blue value is 82 (32.42% from 255 or 56.16% from 146); Max value from RGB is 82 - color contains mainly: blue. Hex color #241C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241C52 is #DBE3AD. Grayscale: #242424. Windows color (decimal): -14410670 or 5381156. OLE color: 5381156.

HSL color Cylindrical-coordinate representation of color #241C52: hue angle of 248.89º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #241C52 is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 36 28 82 -
CMYK 0.56 0.66 0 0.68
HSL 248.89º 0.49% 0.22% -
HSV(B) 248.89º 0.66% 0.32% -
XYZ 2.67 1.81 8.19 -
YUV 36.55 153.65 127.61 -
System Red Green Blue C M Y K H S L
Decimal 36 28 82 0.56 0.66 0 0.68 248.89 0.49 0.22
Hex 24 1C 52 38 42 0 44 F9 31 16
Octal 44 34 122 70 102 0 104 371 61 26
Binary 100100 11100 1010010 111000 1000010 0 1000100 11111001 110001 10110

Color Harmonies of #241C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241C52

Black with #241C52

Text Example


Text Example

White with #241C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241C52; }

 p { color: rgb(36,28,82); }

 H1.HeaderClassName
 {
   color: #241C52;
 }
 .AnyTagClassName
 {
   color: #241C52;
 }
</style>

background-color css

<style>
 a { background-color: #241C52; }

 a { background-color: rgb(36,28,82); }

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

border-color css

<style>
 span { border-color: #241C52; }

 span { border-color: rgb(36,28,82); }

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