Html Css Color HEX #241554 Paua

📋 copy color: '#241554'

red 36 ◦ green 21 ◦ blue 84

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

Shades of Paua #241554

Tints of Paua #241554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 59.57%

R = 25.53%
G = 14.89%
B = 59.57%

CMYK

 C value IS 0.57

 M value IS 0.75

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#241554 (or 0x241554) is known color: Paua. HEX triplet: 24, 15 and 54. RGB value is (36,21,84). Sum of RGB (Red+Green+Blue) = 36+21+84=141 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.53% from 141); Green value is 21 (8.59% from 255 or 14.89% from 141); Blue value is 84 (33.20% from 255 or 59.57% from 141); Max value from RGB is 84 - color contains mainly: blue. Hex color #241554 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241554 is #DBEAAB. Grayscale: #202020. Windows color (decimal): -14412460 or 5510436. OLE color: 5510436.

HSL color Cylindrical-coordinate representation of color #241554: hue angle of 254.29º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #241554 is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 36 21 84 -
CMYK 0.57 0.75 0 0.67
HSL 254.29º 0.6% 0.21% -
HSV(B) 254.29º 0.75% 0.33% -
XYZ 2.6 1.55 8.55 -
YUV 32.67 156.97 130.38 -
System Red Green Blue C M Y K H S L
Decimal 36 21 84 0.57 0.75 0 0.67 254.29 0.6 0.21
Hex 24 15 54 39 4B 0 43 FE 3C 15
Octal 44 25 124 71 113 0 103 376 74 25
Binary 100100 10101 1010100 111001 1001011 0 1000011 11111110 111100 10101

Color Harmonies of #241554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241554

Black with #241554

Text Example


Text Example

White with #241554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241554; }

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

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

background-color css

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

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

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

border-color css

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

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

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