Html Css Color HEX #24308C Torea Bay

📋 copy color: '#24308C'

red 36 ◦ green 48 ◦ blue 140

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

Shades of Torea Bay #24308C

Tints of Torea Bay #24308C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 62.5%

R = 16.07%
G = 21.43%
B = 62.5%

CMYK

 C value IS 0.74

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#24308C (or 0x24308C) is known color: Torea Bay. HEX triplet: 24, 30 and 8C. RGB value is (36,48,140). Sum of RGB (Red+Green+Blue) = 36+48+140=224 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.07% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 140 (55.08% from 255 or 62.5% from 224); Max value from RGB is 140 - color contains mainly: blue. Hex color #24308C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24308C is #DBCF73. Grayscale: #363636. Windows color (decimal): -14405492 or 9187364. OLE color: 9187364.

HSL color Cylindrical-coordinate representation of color #24308C: hue angle of 233.08º 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 #24308C is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 36 48 140 -
CMYK 0.74 0.66 0 0.45
HSL 233.08º 0.59% 0.35% -
HSV(B) 233.08º 0.74% 0.55% -
XYZ 6.52 4.38 25.31 -
YUV 54.9 176.02 114.52 -
System Red Green Blue C M Y K H S L
Decimal 36 48 140 0.74 0.66 0 0.45 233.08 0.59 0.35
Hex 24 30 8C 4A 42 0 2D E9 3B 23
Octal 44 60 214 112 102 0 55 351 73 43
Binary 100100 110000 10001100 1001010 1000010 0 101101 11101001 111011 100011

Color Harmonies of #24308C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24308C

Black with #24308C

Text Example


Text Example

White with #24308C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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