Html Css Color HEX #24308A Torea Bay

📋 copy color: '#24308A'

red 36 ◦ green 48 ◦ blue 138

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

Shades of Torea Bay #24308A

Tints of Torea Bay #24308A

RGB

 RED value IS 36 (14.45% from 255) = 16.22%

 GREEN value IS 48 (19.14% from 255) = 21.62%

 BLUE value IS 138 (54.3% from 255) = 62.16%

R = 16.22%
G = 21.62%
B = 62.16%

CMYK

 C value IS 0.74

 M value IS 0.65

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#24308A (or 0x24308A) is known color: Torea Bay. HEX triplet: 24, 30 and 8A. RGB value is (36,48,138). Sum of RGB (Red+Green+Blue) = 36+48+138=222 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.22% from 222); Green value is 48 (19.14% from 255 or 21.62% from 222); Blue value is 138 (54.30% from 255 or 62.16% from 222); Max value from RGB is 138 - color contains mainly: blue. Hex color #24308A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24308A is #DBCF75. Grayscale: #363636. Windows color (decimal): -14405494 or 9056292. OLE color: 9056292.

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

Color convert

RGB 36 48 138 -
CMYK 0.74 0.65 0 0.46
HSL 232.94º 0.59% 0.34% -
HSV(B) 232.94º 0.74% 0.54% -
XYZ 6.37 4.32 24.54 -
YUV 54.67 175.02 114.68 -
System Red Green Blue C M Y K H S L
Decimal 36 48 138 0.74 0.65 0 0.46 232.94 0.59 0.34
Hex 24 30 8A 4A 41 0 2E E9 3B 22
Octal 44 60 212 112 101 0 56 351 73 42
Binary 100100 110000 10001010 1001010 1000001 0 101110 11101001 111011 100010

Color Harmonies of #24308A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24308A

Black with #24308A

Text Example


Text Example

White with #24308A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #24308A;
 }
 .AnyTagClassName
 {
   color: #24308A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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