#242561

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

Shades of Paua #242561

Tints of Paua #242561

Color information

#242561 (or 0x242561) is unknown color: approx Paua. HEX triplet: 24, 25 and 61. RGB value is (36,37,97). Sum of RGB (Red+Green+Blue) = 36+37+97=170 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.18% from 170); Green value is 37 (14.84% from 255 or 21.76% from 170); Blue value is 97 (38.28% from 255 or 57.06% from 170); Max value from RGB is 97 - color contains mainly: blue. Hex color #242561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242561 is #DBDA9E. Grayscale: #2B2B2B. Windows color (decimal): -14408351 or 6366500. OLE color: 6366500.

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

Color convert

RGB363797-
CMYK0.630.6200.62
HSL239.02º45.86%26.08%-
HSV(B)239.02º62.89%38.04%-
XYZ3.552.5611.62-
YUV43.54158.17122.62-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.18%
GREEN value IS 37 (14.84% from 255) = 21.76%
BLUE value IS 97 (38.28% from 255) = 57.06%
R=21.18%
G=21.76%
B=57.06%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3637970.630.6200.62239.0245.8626.08
Hex2425613F3E03Eef2e1a
Octal444514177760763575632
Binary100100100101110000111111111111001111101110111110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242561; }

 p { color: rgb(36,37,97); }

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

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

 a { background-color: rgb(36,37,97); }

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

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

 span { border-color: rgb(36,37,97); }

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