#242C80

Color #242C80 Torea Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torea Bay #242C80

Tints of Torea Bay #242C80

Color information

#242C80 (or 0x242C80) is unknown color: approx Torea Bay. HEX triplet: 24, 2C and 80. RGB value is (36,44,128). Sum of RGB (Red+Green+Blue) = 36+44+128=208 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.31% from 208); Green value is 44 (17.58% from 255 or 21.15% from 208); Blue value is 128 (50.39% from 255 or 61.54% from 208); Max value from RGB is 128 - color contains mainly: blue. Hex color #242C80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242C80 is #DBD37F. Grayscale: #323232. Windows color (decimal): -14406528 or 8399908. OLE color: 8399908.

HSL color Cylindrical-coordinate representation of color #242C80: hue angle of 234.78º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #242C80 is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3644128-
CMYK0.720.6600.50
HSL234.78º56.1%32.16%-
HSV(B)234.78º71.88%50.2%-
XYZ5.523.7320.85-
YUV51.18171.35117.17-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.31%
GREEN value IS 44 (17.58% from 255) = 21.15%
BLUE value IS 128 (50.39% from 255) = 61.54%
R=17.31%
G=21.15%
B=61.54%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal36441280.720.6600.50234.7856.132.16
Hex242C804842032eb3820
Octal44542001101020623537040
Binary1001001011001000000010010001000010011001011101011111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242C80; }

 p { color: rgb(36,44,128); }

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

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

 a { background-color: rgb(36,44,128); }

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

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

 span { border-color: rgb(36,44,128); }

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