Html Css Color HEX #24308B Torea Bay

📋 copy color: '#24308B'

red 36 ◦ green 48 ◦ blue 139

#24308B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Torea Bay #24308B

Tints of Torea Bay #24308B

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 value IS 0.74

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#24308B (or 0x24308B) is known color: 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

RGB 36 48 139 -
CMYK 0.74 0.65 0 0.45
HSL 233.01º 0.59% 0.34% -
HSV(B) 233.01º 0.74% 0.55% -
XYZ 6.44 4.35 24.93 -
YUV 54.79 175.52 114.6 -
System Red Green Blue C M Y K H S L
Decimal 36 48 139 0.74 0.65 0 0.45 233.01 0.59 0.34
Hex 24 30 8B 4A 41 0 2D E9 3B 22
Octal 44 60 213 112 101 0 55 351 73 42
Binary 100100 110000 10001011 1001010 1000001 0 101101 11101001 111011 100010

Color Harmonies of #24308B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24308B

Black with #24308B

Text Example


Text Example

White with #24308B

Text Example


Text Example

HTML Codes & Css Web 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>