Html Css Color HEX #241F50 Paua

📋 copy color: '#241F50'

red 36 ◦ green 31 ◦ blue 80

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

Shades of Paua #241F50

Tints of Paua #241F50

RGB

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

 GREEN value IS 31 (12.5% from 255) = 21.09%

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

R = 24.49%
G = 21.09%
B = 54.42%

CMYK

 C value IS 0.55

 M value IS 0.61

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#241F50 (or 0x241F50) is known color: Paua. HEX triplet: 24, 1F and 50. RGB value is (36,31,80). Sum of RGB (Red+Green+Blue) = 36+31+80=147 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.49% from 147); Green value is 31 (12.5% from 255 or 21.09% from 147); Blue value is 80 (31.64% from 255 or 54.42% from 147); Max value from RGB is 80 - color contains mainly: blue. Hex color #241F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241F50 is #DBE0AF. Grayscale: #252525. Windows color (decimal): -14409904 or 5250852. OLE color: 5250852.

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

Color convert

RGB 36 31 80 -
CMYK 0.55 0.61 0 0.69
HSL 246.12º 0.44% 0.22% -
HSV(B) 246.12º 0.61% 0.31% -
XYZ 2.67 1.93 7.82 -
YUV 38.08 151.66 126.52 -
System Red Green Blue C M Y K H S L
Decimal 36 31 80 0.55 0.61 0 0.69 246.12 0.44 0.22
Hex 24 1F 50 37 3D 0 45 F6 2C 16
Octal 44 37 120 67 75 0 105 366 54 26
Binary 100100 11111 1010000 110111 111101 0 1000101 11110110 101100 10110

Color Harmonies of #241F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241F50

Black with #241F50

Text Example


Text Example

White with #241F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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