#242B8B

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

Shades of Torea Bay #242B8B

Tints of Torea Bay #242B8B

Color information

#242B8B (or 0x242B8B) is unknown color: approx Torea Bay. HEX triplet: 24, 2B and 8B. RGB value is (36,43,139). Sum of RGB (Red+Green+Blue) = 36+43+139=218 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.51% from 218); Green value is 43 (17.19% from 255 or 19.72% from 218); Blue value is 139 (54.69% from 255 or 63.76% from 218); Max value from RGB is 139 - color contains mainly: blue. Hex color #242B8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242B8B is #DBD474. Grayscale: #333333. Windows color (decimal): -14406773 or 9120548. OLE color: 9120548.

HSL color Cylindrical-coordinate representation of color #242B8B: hue angle of 235.92º 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 #242B8B is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3643139-
CMYK0.740.6900.45
HSL235.92º58.86%34.31%-
HSV(B)235.92º74.1%54.51%-
XYZ6.253.9724.86-
YUV51.85177.18116.69-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.51%
GREEN value IS 43 (17.19% from 255) = 19.72%
BLUE value IS 139 (54.69% from 255) = 63.76%
R=16.51%
G=19.72%
B=63.76%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal36431390.740.6900.45235.9258.8634.31
Hex242B8B4A4502Dec3b22
Octal44532131121050553547342
Binary1001001010111000101110010101000101010110111101100111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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