#242E8D

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

Shades of Torea Bay #242E8D

Tints of Torea Bay #242E8D

Color information

#242E8D (or 0x242E8D) is unknown color: approx Torea Bay. HEX triplet: 24, 2E and 8D. RGB value is (36,46,141). Sum of RGB (Red+Green+Blue) = 36+46+141=223 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.14% from 223); Green value is 46 (18.36% from 255 or 20.63% from 223); Blue value is 141 (55.47% from 255 or 63.23% from 223); Max value from RGB is 141 - color contains mainly: blue. Hex color #242E8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242E8D is #DBD172. Grayscale: #353535. Windows color (decimal): -14406003 or 9252388. OLE color: 9252388.

HSL color Cylindrical-coordinate representation of color #242E8D: hue angle of 234.29º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #242E8D is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3646141-
CMYK0.740.6700.45
HSL234.29º59.32%34.71%-
HSV(B)234.29º74.47%55.29%-
XYZ6.514.2525.68-
YUV53.84177.19115.28-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.14%
GREEN value IS 46 (18.36% from 255) = 20.63%
BLUE value IS 141 (55.47% from 255) = 63.23%
R=16.14%
G=20.63%
B=63.23%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal36461410.740.6700.45234.2959.3234.71
Hex242E8D4A4302Dea3b23
Octal44562151121030553527343
Binary1001001011101000110110010101000011010110111101010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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