Html Css Color HEX #241E55 Paua

📋 copy color: '#241E55'

red 36 ◦ green 30 ◦ blue 85

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

Shades of Paua #241E55

Tints of Paua #241E55

RGB

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

 GREEN value IS 30 (12.11% from 255) = 19.87%

 BLUE value IS 85 (33.59% from 255) = 56.29%

R = 23.84%
G = 19.87%
B = 56.29%

CMYK

 C value IS 0.58

 M value IS 0.65

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#241E55 (or 0x241E55) is known color: Paua. HEX triplet: 24, 1E and 55. RGB value is (36,30,85). Sum of RGB (Red+Green+Blue) = 36+30+85=151 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.84% from 151); Green value is 30 (12.11% from 255 or 19.87% from 151); Blue value is 85 (33.59% from 255 or 56.29% from 151); Max value from RGB is 85 - color contains mainly: blue. Hex color #241E55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241E55 is #DBE1AA. Grayscale: #252525. Windows color (decimal): -14410155 or 5578276. OLE color: 5578276.

HSL color Cylindrical-coordinate representation of color #241E55: hue angle of 246.55º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #241E55 is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 36 30 85 -
CMYK 0.58 0.65 0 0.67
HSL 246.55º 0.48% 0.23% -
HSV(B) 246.55º 0.65% 0.33% -
XYZ 2.83 1.96 8.82 -
YUV 38.06 154.49 126.53 -
System Red Green Blue C M Y K H S L
Decimal 36 30 85 0.58 0.65 0 0.67 246.55 0.48 0.23
Hex 24 1E 55 3A 41 0 43 F7 30 17
Octal 44 36 125 72 101 0 103 367 60 27
Binary 100100 11110 1010101 111010 1000001 0 1000011 11110111 110000 10111

Color Harmonies of #241E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241E55

Black with #241E55

Text Example


Text Example

White with #241E55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,30,85); }

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

background-color css

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

 a { background-color: rgb(36,30,85); }

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

border-color css

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

 span { border-color: rgb(36,30,85); }

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