#242348

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

Shades of Paua #242348

Tints of Paua #242348

Color information

#242348 (or 0x242348) is unknown color: approx Paua. HEX triplet: 24, 23 and 48. RGB value is (36,35,72). Sum of RGB (Red+Green+Blue) = 36+35+72=143 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.17% from 143); Green value is 35 (14.06% from 255 or 24.48% from 143); Blue value is 72 (28.52% from 255 or 50.35% from 143); Max value from RGB is 72 - color contains mainly: blue. Hex color #242348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242348 is #DBDCB7. Grayscale: #272727. Windows color (decimal): -14408888 or 4727588. OLE color: 4727588.

HSL color Cylindrical-coordinate representation of color #242348: hue angle of 241.62º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #242348 is Cyan = 0.5, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB363572-
CMYK0.50.5100.72
HSL241.62º34.58%20.98%-
HSV(B)241.62º51.39%28.24%-
XYZ2.52.056.39-
YUV39.52146.33125.49-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 25.17%
GREEN value IS 35 (14.06% from 255) = 24.48%
BLUE value IS 72 (28.52% from 255) = 50.35%
R=25.17%
G=24.48%
B=50.35%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3635720.50.5100.72241.6234.5820.98
Hex2423483233048f22315
Octal4443110626301103624325
Binary1001001000111001000110010110011010010001111001010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242348; }

 p { color: rgb(36,35,72); }

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

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

 a { background-color: rgb(36,35,72); }

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

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

 span { border-color: rgb(36,35,72); }

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