Html Css Color HEX #241C58 Paua

📋 copy color: '#241C58'

red 36 ◦ green 28 ◦ blue 88

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

Shades of Paua #241C58

Tints of Paua #241C58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 57.89%

R = 23.68%
G = 18.42%
B = 57.89%

CMYK

 C value IS 0.59

 M value IS 0.68

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#241C58 (or 0x241C58) is known color: Paua. HEX triplet: 24, 1C and 58. RGB value is (36,28,88). Sum of RGB (Red+Green+Blue) = 36+28+88=152 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.68% from 152); Green value is 28 (11.33% from 255 or 18.42% from 152); Blue value is 88 (34.77% from 255 or 57.89% from 152); Max value from RGB is 88 - color contains mainly: blue. Hex color #241C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241C58 is #DBE3A7. Grayscale: #252525. Windows color (decimal): -14410664 or 5774372. OLE color: 5774372.

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

Color convert

RGB 36 28 88 -
CMYK 0.59 0.68 0 0.65
HSL 248º 0.52% 0.23% -
HSV(B) 248º 0.68% 0.35% -
XYZ 2.9 1.91 9.45 -
YUV 37.23 156.65 127.12 -
System Red Green Blue C M Y K H S L
Decimal 36 28 88 0.59 0.68 0 0.65 248 0.52 0.23
Hex 24 1C 58 3B 44 0 41 F8 34 17
Octal 44 34 130 73 104 0 101 370 64 27
Binary 100100 11100 1011000 111011 1000100 0 1000001 11111000 110100 10111

Color Harmonies of #241C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241C58

Black with #241C58

Text Example


Text Example

White with #241C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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