#242360

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

Shades of Paua #242360

Tints of Paua #242360

Color information

#242360 (or 0x242360) is unknown color: approx Paua. HEX triplet: 24, 23 and 60. RGB value is (36,35,96). Sum of RGB (Red+Green+Blue) = 36+35+96=167 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.56% from 167); Green value is 35 (14.06% from 255 or 20.96% from 167); Blue value is 96 (37.89% from 255 or 57.49% from 167); Max value from RGB is 96 - color contains mainly: blue. Hex color #242360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242360 is #DBDC9F. Grayscale: #2A2A2A. Windows color (decimal): -14408864 or 6300452. OLE color: 6300452.

HSL color Cylindrical-coordinate representation of color #242360: hue angle of 240.98º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #242360 is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB363596-
CMYK0.620.6400.62
HSL240.98º46.56%25.69%-
HSV(B)240.98º63.54%37.65%-
XYZ3.442.4211.35-
YUV42.25158.33123.54-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.56%
GREEN value IS 35 (14.06% from 255) = 20.96%
BLUE value IS 96 (37.89% from 255) = 57.49%
R=21.56%
G=20.96%
B=57.49%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3635960.620.6400.62240.9846.5625.69
Hex2423603E4003Ef12f1a
Octal4443140761000763615732
Binary1001001000111100000111110100000001111101111000110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242360; }

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

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

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

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

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

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

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

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