Html Css Color HEX #24308E Torea Bay

📋 copy color: '#24308E'

red 36 ◦ green 48 ◦ blue 142

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

Shades of Torea Bay #24308E

Tints of Torea Bay #24308E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 62.83%

R = 15.93%
G = 21.24%
B = 62.83%

CMYK

 C value IS 0.75

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#24308E (or 0x24308E) is known color: Torea Bay. HEX triplet: 24, 30 and 8E. RGB value is (36,48,142). Sum of RGB (Red+Green+Blue) = 36+48+142=226 (29% of max value = 765). Red value is 36 (14.45% from 255 or 15.93% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 142 (55.86% from 255 or 62.83% from 226); Max value from RGB is 142 - color contains mainly: blue. Hex color #24308E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24308E is #DBCF71. Grayscale: #363636. Windows color (decimal): -14405490 or 9318436. OLE color: 9318436.

HSL color Cylindrical-coordinate representation of color #24308E: hue angle of 233.21º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #24308E is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 36 48 142 -
CMYK 0.75 0.66 0 0.44
HSL 233.21º 0.6% 0.35% -
HSV(B) 233.21º 0.75% 0.56% -
XYZ 6.67 4.44 26.1 -
YUV 55.13 177.02 114.36 -
System Red Green Blue C M Y K H S L
Decimal 36 48 142 0.75 0.66 0 0.44 233.21 0.6 0.35
Hex 24 30 8E 4B 42 0 2C E9 3C 23
Octal 44 60 216 113 102 0 54 351 74 43
Binary 100100 110000 10001110 1001011 1000010 0 101100 11101001 111100 100011

Color Harmonies of #24308E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24308E

Black with #24308E

Text Example


Text Example

White with #24308E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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