Html Css Color HEX #241E5E Paua

📋 copy color: '#241E5E'

red 36 ◦ green 30 ◦ blue 94

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

Shades of Paua #241E5E

Tints of Paua #241E5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 58.75%

R = 22.5%
G = 18.75%
B = 58.75%

CMYK

 C value IS 0.62

 M value IS 0.68

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#241E5E (or 0x241E5E) is known color: Paua. HEX triplet: 24, 1E and 5E. RGB value is (36,30,94). Sum of RGB (Red+Green+Blue) = 36+30+94=160 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.5% from 160); Green value is 30 (12.11% from 255 or 18.75% from 160); Blue value is 94 (37.11% from 255 or 58.75% from 160); Max value from RGB is 94 - color contains mainly: blue. Hex color #241E5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241E5E is #DBE1A1. Grayscale: #262626. Windows color (decimal): -14410146 or 6168100. OLE color: 6168100.

HSL color Cylindrical-coordinate representation of color #241E5E: hue angle of 245.62º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #241E5E is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 36 30 94 -
CMYK 0.62 0.68 0 0.63
HSL 245.63º 0.52% 0.24% -
HSV(B) 245.63º 0.68% 0.37% -
XYZ 3.21 2.11 10.83 -
YUV 39.09 158.99 125.8 -
System Red Green Blue C M Y K H S L
Decimal 36 30 94 0.62 0.68 0 0.63 245.63 0.52 0.24
Hex 24 1E 5E 3E 44 0 3F F6 34 18
Octal 44 36 136 76 104 0 77 366 64 30
Binary 100100 11110 1011110 111110 1000100 0 111111 11110110 110100 11000

Color Harmonies of #241E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241E5E

Black with #241E5E

Text Example


Text Example

White with #241E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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