#242e89

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

Shades of Torea Bay #242E89

Tints of Torea Bay #242E89

Color information

#242E89 (or 0x242E89) is unknown color: approx Torea Bay. HEX triplet: 24, 2E and 89. RGB value is (36,46,137). Sum of RGB (Red+Green+Blue) = 36+46+137=219 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.44% from 219); Green value is 46 (18.36% from 255 or 21.00% from 219); Blue value is 137 (53.91% from 255 or 62.56% from 219); Max value from RGB is 137 - color contains mainly: blue. Hex color #242E89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242E89 is #DBD176. Grayscale: #353535. Windows color (decimal): -14406007 or 8990244. OLE color: 8990244.

HSL color Cylindrical-coordinate representation of color #242E89: hue angle of 234.06º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #242E89 is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3646137-
CMYK0.740.6600.46
HSL234.06º58.38%33.92%-
HSV(B)234.06º73.72%53.73%-
XYZ6.224.1424.14-
YUV53.38175.19115.6-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.44%
GREEN value IS 46 (18.36% from 255) = 21.00%
BLUE value IS 137 (53.91% from 255) = 62.56%
R=16.44%
G=21.00%
B=62.56%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal36461370.740.6600.46234.0658.3833.92
Hex242E894A4202Eea3a22
Octal44562111121020563527242
Binary1001001011101000100110010101000010010111011101010111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242e89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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