#242D84

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

Shades of Torea Bay #242D84

Tints of Torea Bay #242D84

Color information

#242D84 (or 0x242D84) is unknown color: approx Torea Bay. HEX triplet: 24, 2D and 84. RGB value is (36,45,132). Sum of RGB (Red+Green+Blue) = 36+45+132=213 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.90% from 213); Green value is 45 (17.97% from 255 or 21.13% from 213); Blue value is 132 (51.95% from 255 or 61.97% from 213); Max value from RGB is 132 - color contains mainly: blue. Hex color #242D84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242D84 is #DBD27B. Grayscale: #333333. Windows color (decimal): -14406268 or 8662308. OLE color: 8662308.

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

Color convert

RGB3645132-
CMYK0.730.6600.48
HSL234.38º57.14%32.94%-
HSV(B)234.38º72.73%51.76%-
XYZ5.833.9222.28-
YUV52.23173.02116.43-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.90%
GREEN value IS 45 (17.97% from 255) = 21.13%
BLUE value IS 132 (51.95% from 255) = 61.97%
R=16.90%
G=21.13%
B=61.97%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal36451320.730.6600.48234.3857.1432.94
Hex242D844942030ea3921
Octal44552041111020603527141
Binary1001001011011000010010010011000010011000011101010111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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