#242B8A

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

Shades of Torea Bay #242B8A

Tints of Torea Bay #242B8A

Color information

#242B8A (or 0x242B8A) is unknown color: approx Torea Bay. HEX triplet: 24, 2B and 8A. RGB value is (36,43,138). Sum of RGB (Red+Green+Blue) = 36+43+138=217 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.59% from 217); Green value is 43 (17.19% from 255 or 19.82% from 217); Blue value is 138 (54.30% from 255 or 63.59% from 217); Max value from RGB is 138 - color contains mainly: blue. Hex color #242B8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242B8A is #DBD475. Grayscale: #333333. Windows color (decimal): -14406774 or 9055012. OLE color: 9055012.

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

Color convert

RGB3643138-
CMYK0.740.6900.46
HSL235.88º58.62%34.12%-
HSV(B)235.88º73.91%54.12%-
XYZ6.183.9424.48-
YUV51.74176.68116.78-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.59%
GREEN value IS 43 (17.19% from 255) = 19.82%
BLUE value IS 138 (54.30% from 255) = 63.59%
R=16.59%
G=19.82%
B=63.59%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal36431380.740.6900.46235.8858.6234.12
Hex242B8A4A4502Eec3b22
Octal44532121121050563547342
Binary1001001010111000101010010101000101010111011101100111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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