Html Css Color HEX #241C48 Paua

📋 copy color: '#241C48'

red 36 ◦ green 28 ◦ blue 72

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

Shades of Paua #241C48

Tints of Paua #241C48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 52.94%

R = 26.47%
G = 20.59%
B = 52.94%

CMYK

 C value IS 0.5

 M value IS 0.61

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#241C48 (or 0x241C48) is known color: Paua. HEX triplet: 24, 1C and 48. RGB value is (36,28,72). Sum of RGB (Red+Green+Blue) = 36+28+72=136 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.47% from 136); Green value is 28 (11.33% from 255 or 20.59% from 136); Blue value is 72 (28.52% from 255 or 52.94% from 136); Max value from RGB is 72 - color contains mainly: blue. Hex color #241C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241C48 is #DBE3B7. Grayscale: #232323. Windows color (decimal): -14410680 or 4725796. OLE color: 4725796.

HSL color Cylindrical-coordinate representation of color #241C48: hue angle of 250.91º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #241C48 is Cyan = 0.5, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 36 28 72 -
CMYK 0.5 0.61 0 0.72
HSL 250.91º 0.44% 0.2% -
HSV(B) 250.91º 0.61% 0.28% -
XYZ 2.31 1.67 6.33 -
YUV 35.41 148.65 128.42 -
System Red Green Blue C M Y K H S L
Decimal 36 28 72 0.5 0.61 0 0.72 250.91 0.44 0.2
Hex 24 1C 48 32 3D 0 48 FB 2C 14
Octal 44 34 110 62 75 0 110 373 54 24
Binary 100100 11100 1001000 110010 111101 0 1001000 11111011 101100 10100

Color Harmonies of #241C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241C48

Black with #241C48

Text Example


Text Example

White with #241C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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