#24308B

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

Shades of Torea Bay #24308B

Tints of Torea Bay #24308B

Color information

#24308B (or 0x24308B) is unknown color: approx Torea Bay. HEX triplet: 24, 30 and 8B. RGB value is (36,48,139). Sum of RGB (Red+Green+Blue) = 36+48+139=223 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.14% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 139 (54.69% from 255 or 62.33% from 223); Max value from RGB is 139 - color contains mainly: blue. Hex color #24308B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24308B is #DBCF74. Grayscale: #363636. Windows color (decimal): -14405493 or 9121828. OLE color: 9121828.

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

Color convert

RGB3648139-
CMYK0.740.6500.45
HSL233.01º58.86%34.31%-
HSV(B)233.01º74.1%54.51%-
XYZ6.444.3524.93-
YUV54.79175.52114.6-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.14%
GREEN value IS 48 (19.14% from 255) = 21.52%
BLUE value IS 139 (54.69% from 255) = 62.33%
R=16.14%
G=21.52%
B=62.33%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal36481390.740.6500.45233.0158.8634.31
Hex24308B4A4102De93b22
Octal44602131121010553517342
Binary1001001100001000101110010101000001010110111101001111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24308B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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