#242D8B

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

Shades of Torea Bay #242D8B

Tints of Torea Bay #242D8B

Color information

#242D8B (or 0x242D8B) is unknown color: approx Torea Bay. HEX triplet: 24, 2D and 8B. RGB value is (36,45,139). Sum of RGB (Red+Green+Blue) = 36+45+139=220 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.36% from 220); Green value is 45 (17.97% from 255 or 20.45% from 220); Blue value is 139 (54.69% from 255 or 63.18% from 220); Max value from RGB is 139 - color contains mainly: blue. Hex color #242D8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242D8B is #DBD274. Grayscale: #343434. Windows color (decimal): -14406261 or 9121060. OLE color: 9121060.

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

Color convert

RGB3645139-
CMYK0.740.6800.45
HSL234.76º58.86%34.31%-
HSV(B)234.76º74.1%54.51%-
XYZ6.334.1224.89-
YUV53.03176.52115.86-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.36%
GREEN value IS 45 (17.97% from 255) = 20.45%
BLUE value IS 139 (54.69% from 255) = 63.18%
R=16.36%
G=20.45%
B=63.18%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal36451390.740.6800.45234.7658.8634.31
Hex242D8B4A4402Deb3b22
Octal44552131121040553537342
Binary1001001011011000101110010101000100010110111101011111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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