#242E73

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

Shades of Torea Bay #242E73

Tints of Torea Bay #242E73

Color information

#242E73 (or 0x242E73) is unknown color: approx Torea Bay. HEX triplet: 24, 2E and 73. RGB value is (36,46,115). Sum of RGB (Red+Green+Blue) = 36+46+115=197 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.27% from 197); Green value is 46 (18.36% from 255 or 23.35% from 197); Blue value is 115 (45.31% from 255 or 58.38% from 197); Max value from RGB is 115 - color contains mainly: blue. Hex color #242E73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242E73 is #DBD18C. Grayscale: #323232. Windows color (decimal): -14406029 or 7548452. OLE color: 7548452.

HSL color Cylindrical-coordinate representation of color #242E73: hue angle of 232.41º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #242E73 is Cyan = 0.69, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3646115-
CMYK0.690.600.55
HSL232.41º52.32%29.61%-
HSV(B)232.41º68.7%45.1%-
XYZ4.83.5716.66-
YUV50.88164.19117.39-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.27%
GREEN value IS 46 (18.36% from 255) = 23.35%
BLUE value IS 115 (45.31% from 255) = 58.38%
R=18.27%
G=23.35%
B=58.38%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal36461150.690.600.55232.4152.3229.61
Hex242E73453C037e8341e
Octal4456163105740673506436
Binary1001001011101110011100010111110001101111110100011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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