#242D83

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

Shades of Torea Bay #242D83

Tints of Torea Bay #242D83

Color information

#242D83 (or 0x242D83) is unknown color: approx Torea Bay. HEX triplet: 24, 2D and 83. RGB value is (36,45,131). Sum of RGB (Red+Green+Blue) = 36+45+131=212 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.98% from 212); Green value is 45 (17.97% from 255 or 21.23% from 212); Blue value is 131 (51.56% from 255 or 61.79% from 212); Max value from RGB is 131 - color contains mainly: blue. Hex color #242D83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242D83 is #DBD27C. Grayscale: #333333. Windows color (decimal): -14406269 or 8596772. OLE color: 8596772.

HSL color Cylindrical-coordinate representation of color #242D83: hue angle of 234.32º 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 #242D83 is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3645131-
CMYK0.730.6600.49
HSL234.32º56.89%32.75%-
HSV(B)234.32º72.52%51.37%-
XYZ5.763.8921.92-
YUV52.11172.52116.51-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.98%
GREEN value IS 45 (17.97% from 255) = 21.23%
BLUE value IS 131 (51.56% from 255) = 61.79%
R=16.98%
G=21.23%
B=61.79%

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
Decimal36451310.730.6600.49234.3256.8932.75
Hex242D834942031ea3921
Octal44552031111020613527141
Binary1001001011011000001110010011000010011000111101010111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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