#242260

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

Shades of Paua #242260

Tints of Paua #242260

Color information

#242260 (or 0x242260) is unknown color: approx Paua. HEX triplet: 24, 22 and 60. RGB value is (36,34,96). Sum of RGB (Red+Green+Blue) = 36+34+96=166 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.69% from 166); Green value is 34 (13.67% from 255 or 20.48% from 166); Blue value is 96 (37.89% from 255 or 57.83% from 166); Max value from RGB is 96 - color contains mainly: blue. Hex color #242260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242260 is #DBDD9F. Grayscale: #292929. Windows color (decimal): -14409120 or 6300196. OLE color: 6300196.

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

Color convert

RGB363496-
CMYK0.620.6500.62
HSL241.94º47.69%25.49%-
HSV(B)241.94º64.58%37.65%-
XYZ3.412.3611.34-
YUV41.67158.66123.96-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.69%
GREEN value IS 34 (13.67% from 255) = 20.48%
BLUE value IS 96 (37.89% from 255) = 57.83%
R=21.69%
G=20.48%
B=57.83%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3634960.620.6500.62241.9447.6925.49
Hex2422603E4103Ef23019
Octal4442140761010763626031
Binary1001001000101100000111110100000101111101111001011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242260; }

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

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

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

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

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

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

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

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