Html Css Color HEX #241E50 Paua

📋 copy color: '#241E50'

red 36 ◦ green 30 ◦ blue 80

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

Shades of Paua #241E50

Tints of Paua #241E50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 54.79%

R = 24.66%
G = 20.55%
B = 54.79%

CMYK

 C value IS 0.55

 M value IS 0.62

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#241E50 (or 0x241E50) is known color: Paua. HEX triplet: 24, 1E and 50. RGB value is (36,30,80). Sum of RGB (Red+Green+Blue) = 36+30+80=146 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.66% from 146); Green value is 30 (12.11% from 255 or 20.55% from 146); Blue value is 80 (31.64% from 255 or 54.79% from 146); Max value from RGB is 80 - color contains mainly: blue. Hex color #241E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241E50 is #DBE1AF. Grayscale: #252525. Windows color (decimal): -14410160 or 5250596. OLE color: 5250596.

HSL color Cylindrical-coordinate representation of color #241E50: hue angle of 247.2º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #241E50 is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 36 30 80 -
CMYK 0.55 0.62 0 0.69
HSL 247.2º 0.45% 0.22% -
HSV(B) 247.2º 0.63% 0.31% -
XYZ 2.64 1.88 7.81 -
YUV 37.49 151.99 126.93 -
System Red Green Blue C M Y K H S L
Decimal 36 30 80 0.55 0.62 0 0.69 247.2 0.45 0.22
Hex 24 1E 50 37 3E 0 45 F7 2D 16
Octal 44 36 120 67 76 0 105 367 55 26
Binary 100100 11110 1010000 110111 111110 0 1000101 11110111 101101 10110

Color Harmonies of #241E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241E50

Black with #241E50

Text Example


Text Example

White with #241E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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