Html Css Color HEX #241C57 Paua

📋 copy color: '#241C57'

red 36 ◦ green 28 ◦ blue 87

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

Shades of Paua #241C57

Tints of Paua #241C57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 57.62%

R = 23.84%
G = 18.54%
B = 57.62%

CMYK

 C value IS 0.59

 M value IS 0.68

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#241C57 (or 0x241C57) is known color: Paua. HEX triplet: 24, 1C and 57. RGB value is (36,28,87). Sum of RGB (Red+Green+Blue) = 36+28+87=151 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.84% from 151); Green value is 28 (11.33% from 255 or 18.54% from 151); Blue value is 87 (34.38% from 255 or 57.62% from 151); Max value from RGB is 87 - color contains mainly: blue. Hex color #241C57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241C57 is #DBE3A8. Grayscale: #242424. Windows color (decimal): -14410665 or 5708836. OLE color: 5708836.

HSL color Cylindrical-coordinate representation of color #241C57: hue angle of 248.14º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #241C57 is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 36 28 87 -
CMYK 0.59 0.68 0 0.66
HSL 248.14º 0.51% 0.23% -
HSV(B) 248.14º 0.68% 0.34% -
XYZ 2.86 1.89 9.23 -
YUV 37.12 156.15 127.2 -
System Red Green Blue C M Y K H S L
Decimal 36 28 87 0.59 0.68 0 0.66 248.14 0.51 0.23
Hex 24 1C 57 3B 44 0 42 F8 33 17
Octal 44 34 127 73 104 0 102 370 63 27
Binary 100100 11100 1010111 111011 1000100 0 1000010 11111000 110011 10111

Color Harmonies of #241C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241C57

Black with #241C57

Text Example


Text Example

White with #241C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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