#242E7D

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

Shades of Torea Bay #242E7D

Tints of Torea Bay #242E7D

Color information

#242E7D (or 0x242E7D) is unknown color: approx Torea Bay. HEX triplet: 24, 2E and 7D. RGB value is (36,46,125). Sum of RGB (Red+Green+Blue) = 36+46+125=207 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.39% from 207); Green value is 46 (18.36% from 255 or 22.22% from 207); Blue value is 125 (49.22% from 255 or 60.39% from 207); Max value from RGB is 125 - color contains mainly: blue. Hex color #242E7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242E7D is #DBD182. Grayscale: #333333. Windows color (decimal): -14406019 or 8203812. OLE color: 8203812.

HSL color Cylindrical-coordinate representation of color #242E7D: hue angle of 233.26º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #242E7D is Cyan = 0.71, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3646125-
CMYK0.710.6300.51
HSL233.26º55.28%31.57%-
HSV(B)233.26º71.2%49.02%-
XYZ5.413.8119.85-
YUV52.02169.19116.58-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.39%
GREEN value IS 46 (18.36% from 255) = 22.22%
BLUE value IS 125 (49.22% from 255) = 60.39%
R=17.39%
G=22.22%
B=60.39%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal36461250.710.6300.51233.2655.2831.57
Hex242E7D473F033e93720
Octal4456175107770633516740
Binary10010010111011111011000111111111011001111101001110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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