#242E72

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

Shades of Torea Bay #242E72

Tints of Torea Bay #242E72

Color information

#242E72 (or 0x242E72) is unknown color: approx Torea Bay. HEX triplet: 24, 2E and 72. RGB value is (36,46,114). Sum of RGB (Red+Green+Blue) = 36+46+114=196 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.37% from 196); Green value is 46 (18.36% from 255 or 23.47% from 196); Blue value is 114 (44.92% from 255 or 58.16% from 196); Max value from RGB is 114 - color contains mainly: blue. Hex color #242E72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242E72 is #DBD18D. Grayscale: #323232. Windows color (decimal): -14406030 or 7482916. OLE color: 7482916.

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

Color convert

RGB3646114-
CMYK0.680.6000.55
HSL232.31º52%29.41%-
HSV(B)232.31º68.42%44.71%-
XYZ4.743.5416.35-
YUV50.76163.69117.47-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.37%
GREEN value IS 46 (18.36% from 255) = 23.47%
BLUE value IS 114 (44.92% from 255) = 58.16%
R=18.37%
G=23.47%
B=58.16%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal36461140.680.6000.55232.315229.41
Hex242E72443C037e8341d
Octal4456162104740673506435
Binary1001001011101110010100010011110001101111110100011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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