Html Css Color HEX #241C54 Paua

📋 copy color: '#241C54'

red 36 ◦ green 28 ◦ blue 84

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

Shades of Paua #241C54

Tints of Paua #241C54

RGB

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

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

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

R = 24.32%
G = 18.92%
B = 56.76%

CMYK

 C value IS 0.57

 M value IS 0.67

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#241C54 (or 0x241C54) is known color: Paua. HEX triplet: 24, 1C and 54. RGB value is (36,28,84). Sum of RGB (Red+Green+Blue) = 36+28+84=148 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.32% from 148); Green value is 28 (11.33% from 255 or 18.92% from 148); Blue value is 84 (33.20% from 255 or 56.76% from 148); Max value from RGB is 84 - color contains mainly: blue. Hex color #241C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241C54 is #DBE3AB. Grayscale: #242424. Windows color (decimal): -14410668 or 5512228. OLE color: 5512228.

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

Color convert

RGB 36 28 84 -
CMYK 0.57 0.67 0 0.67
HSL 248.57º 0.5% 0.22% -
HSV(B) 248.57º 0.67% 0.33% -
XYZ 2.74 1.85 8.6 -
YUV 36.78 154.65 127.45 -
System Red Green Blue C M Y K H S L
Decimal 36 28 84 0.57 0.67 0 0.67 248.57 0.5 0.22
Hex 24 1C 54 39 43 0 43 F9 32 16
Octal 44 34 124 71 103 0 103 371 62 26
Binary 100100 11100 1010100 111001 1000011 0 1000011 11111001 110010 10110

Color Harmonies of #241C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241C54

Black with #241C54

Text Example


Text Example

White with #241C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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