Html Css Color HEX #241C4F Paua

📋 copy color: '#241C4F'

red 36 ◦ green 28 ◦ blue 79

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

Shades of Paua #241C4F

Tints of Paua #241C4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 55.24%

R = 25.17%
G = 19.58%
B = 55.24%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#241C4F (or 0x241C4F) is known color: Paua. HEX triplet: 24, 1C and 4F. RGB value is (36,28,79). Sum of RGB (Red+Green+Blue) = 36+28+79=143 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.17% from 143); Green value is 28 (11.33% from 255 or 19.58% from 143); Blue value is 79 (31.25% from 255 or 55.24% from 143); Max value from RGB is 79 - color contains mainly: blue. Hex color #241C4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241C4F is #DBE3B0. Grayscale: #242424. Windows color (decimal): -14410673 or 5184548. OLE color: 5184548.

HSL color Cylindrical-coordinate representation of color #241C4F: hue angle of 249.41º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #241C4F is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 36 28 79 -
CMYK 0.54 0.65 0 0.69
HSL 249.41º 0.48% 0.21% -
HSV(B) 249.41º 0.65% 0.31% -
XYZ 2.55 1.77 7.6 -
YUV 36.21 152.15 127.85 -
System Red Green Blue C M Y K H S L
Decimal 36 28 79 0.54 0.65 0 0.69 249.41 0.48 0.21
Hex 24 1C 4F 36 41 0 45 F9 30 15
Octal 44 34 117 66 101 0 105 371 60 25
Binary 100100 11100 1001111 110110 1000001 0 1000101 11111001 110000 10101

Color Harmonies of #241C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241C4F

Black with #241C4F

Text Example


Text Example

White with #241C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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