#242E84

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

Shades of Torea Bay #242E84

Tints of Torea Bay #242E84

Color information

#242E84 (or 0x242E84) is unknown color: approx Torea Bay. HEX triplet: 24, 2E and 84. RGB value is (36,46,132). Sum of RGB (Red+Green+Blue) = 36+46+132=214 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.82% from 214); Green value is 46 (18.36% from 255 or 21.50% from 214); Blue value is 132 (51.95% from 255 or 61.68% from 214); Max value from RGB is 132 - color contains mainly: blue. Hex color #242E84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242E84 is #DBD17B. Grayscale: #343434. Windows color (decimal): -14406012 or 8662564. OLE color: 8662564.

HSL color Cylindrical-coordinate representation of color #242E84: hue angle of 233.75º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #242E84 is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3646132-
CMYK0.730.6500.48
HSL233.75º57.14%32.94%-
HSV(B)233.75º72.73%51.76%-
XYZ5.87422.29-
YUV52.81172.69116.01-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.82%
GREEN value IS 46 (18.36% from 255) = 21.50%
BLUE value IS 132 (51.95% from 255) = 61.68%
R=16.82%
G=21.50%
B=61.68%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal36461320.730.6500.48233.7557.1432.94
Hex242E844941030ea3921
Octal44562041111010603527141
Binary1001001011101000010010010011000001011000011101010111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,46,132); }

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

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

 a { background-color: rgb(36,46,132); }

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

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

 span { border-color: rgb(36,46,132); }

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