#24308D

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

Shades of Torea Bay #24308D

Tints of Torea Bay #24308D

Color information

#24308D (or 0x24308D) is unknown color: approx Torea Bay. HEX triplet: 24, 30 and 8D. RGB value is (36,48,141). Sum of RGB (Red+Green+Blue) = 36+48+141=225 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 141 (55.47% from 255 or 62.67% from 225); Max value from RGB is 141 - color contains mainly: blue. Hex color #24308D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24308D is #DBCF72. Grayscale: #363636. Windows color (decimal): -14405491 or 9252900. OLE color: 9252900.

HSL color Cylindrical-coordinate representation of color #24308D: hue angle of 233.14º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24308D is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3648141-
CMYK0.740.6600.45
HSL233.14º59.32%34.71%-
HSV(B)233.14º74.47%55.29%-
XYZ6.594.4125.7-
YUV55.01176.52114.44-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16%
GREEN value IS 48 (19.14% from 255) = 21.33%
BLUE value IS 141 (55.47% from 255) = 62.67%
R=16%
G=21.33%
B=62.67%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal36481410.740.6600.45233.1459.3234.71
Hex24308D4A4202De93b23
Octal44602151121020553517343
Binary1001001100001000110110010101000010010110111101001111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24308D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24308D; }

 p { color: rgb(36,48,141); }

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

<style>
 a { background-color: #24308D; }

 a { background-color: rgb(36,48,141); }

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

<style>
 span { border-color: #24308D; }

 span { border-color: rgb(36,48,141); }

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