#242C83

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

Shades of Torea Bay #242C83

Tints of Torea Bay #242C83

Color information

#242C83 (or 0x242C83) is unknown color: approx Torea Bay. HEX triplet: 24, 2C and 83. RGB value is (36,44,131). Sum of RGB (Red+Green+Blue) = 36+44+131=211 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.06% from 211); Green value is 44 (17.58% from 255 or 20.85% from 211); Blue value is 131 (51.56% from 255 or 62.09% from 211); Max value from RGB is 131 - color contains mainly: blue. Hex color #242C83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242C83 is #DBD37C. Grayscale: #333333. Windows color (decimal): -14406525 or 8596516. OLE color: 8596516.

HSL color Cylindrical-coordinate representation of color #242C83: hue angle of 234.95º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #242C83 is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3644131-
CMYK0.730.6600.49
HSL234.95º56.89%32.75%-
HSV(B)234.95º72.52%51.37%-
XYZ5.723.8221.91-
YUV51.53172.85116.93-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.06%
GREEN value IS 44 (17.58% from 255) = 20.85%
BLUE value IS 131 (51.56% from 255) = 62.09%
R=17.06%
G=20.85%
B=62.09%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal36441310.730.6600.49234.9556.8932.75
Hex242C834942031eb3921
Octal44542031111020613537141
Binary1001001011001000001110010011000010011000111101011111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,44,131); }

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

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

 a { background-color: rgb(36,44,131); }

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

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

 span { border-color: rgb(36,44,131); }

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