#242E77

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

Shades of Torea Bay #242E77

Tints of Torea Bay #242E77

Color information

#242E77 (or 0x242E77) is unknown color: approx Torea Bay. HEX triplet: 24, 2E and 77. RGB value is (36,46,119). Sum of RGB (Red+Green+Blue) = 36+46+119=201 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.91% from 201); Green value is 46 (18.36% from 255 or 22.89% from 201); Blue value is 119 (46.88% from 255 or 59.20% from 201); Max value from RGB is 119 - color contains mainly: blue. Hex color #242E77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242E77 is #DBD188. Grayscale: #333333. Windows color (decimal): -14406025 or 7810596. OLE color: 7810596.

HSL color Cylindrical-coordinate representation of color #242E77: hue angle of 232.77º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #242E77 is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3646119-
CMYK0.700.6100.53
HSL232.77º53.55%30.39%-
HSV(B)232.77º69.75%46.67%-
XYZ5.033.6617.89-
YUV51.33166.19117.06-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.91%
GREEN value IS 46 (18.36% from 255) = 22.89%
BLUE value IS 119 (46.88% from 255) = 59.20%
R=17.91%
G=22.89%
B=59.20%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal36461190.700.6100.53232.7753.5530.39
Hex242E77463D035e9361e
Octal4456167106750653516636
Binary1001001011101110111100011011110101101011110100111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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