#242150

Color #242150 Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #242150

Tints of Paua #242150

Color information

#242150 (or 0x242150) is unknown color: approx Paua. HEX triplet: 24, 21 and 50. RGB value is (36,33,80). Sum of RGB (Red+Green+Blue) = 36+33+80=149 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.16% from 149); Green value is 33 (13.28% from 255 or 22.15% from 149); Blue value is 80 (31.64% from 255 or 53.69% from 149); Max value from RGB is 80 - color contains mainly: blue. Hex color #242150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242150 is #DBDEAF. Grayscale: #272727. Windows color (decimal): -14409392 or 5251364. OLE color: 5251364.

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

Color convert

RGB363380-
CMYK0.550.5900.69
HSL243.83º41.59%22.16%-
HSV(B)243.83º58.75%31.37%-
XYZ2.722.047.84-
YUV39.25150.99125.68-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.16%
GREEN value IS 33 (13.28% from 255) = 22.15%
BLUE value IS 80 (31.64% from 255) = 53.69%
R=24.16%
G=22.15%
B=53.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3633800.550.5900.69243.8341.5922.16
Hex242150373B045f42a16
Octal4441120677301053645226
Binary1001001000011010000110111111011010001011111010010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242150; }

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

 H1.HeaderClassName
 {
   color: #242150;
 }
 .AnyTagClassName
 {
   color: #242150;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #242150;
 }
 .BgClassName
 {
   background-color: #242150;
 }
</style>
border-color css

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

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

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