#242D77

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

Shades of Torea Bay #242D77

Tints of Torea Bay #242D77

Color information

#242D77 (or 0x242D77) is unknown color: approx Torea Bay. HEX triplet: 24, 2D and 77. RGB value is (36,45,119). Sum of RGB (Red+Green+Blue) = 36+45+119=200 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18% from 200); Green value is 45 (17.97% from 255 or 22.5% from 200); Blue value is 119 (46.88% from 255 or 59.5% from 200); Max value from RGB is 119 - color contains mainly: blue. Hex color #242D77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242D77 is #DBD288. Grayscale: #323232. Windows color (decimal): -14406281 or 7810340. OLE color: 7810340.

HSL color Cylindrical-coordinate representation of color #242D77: hue angle of 233.49º 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 #242D77 is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3645119-
CMYK0.700.6200.53
HSL233.49º53.55%30.39%-
HSV(B)233.49º69.75%46.67%-
XYZ53.5817.88-
YUV50.74166.52117.48-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18%
GREEN value IS 45 (17.97% from 255) = 22.5%
BLUE value IS 119 (46.88% from 255) = 59.5%
R=18%
G=22.5%
B=59.5%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal36451190.700.6200.53233.4953.5530.39
Hex242D77463E035e9361e
Octal4455167106760653516636
Binary1001001011011110111100011011111001101011110100111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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