Html Css Color HEX #303576 Torea Bay

📋 copy color: '#303576'

red 48 ◦ green 53 ◦ blue 118

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

Shades of Torea Bay #303576

Tints of Torea Bay #303576

RGB

 RED value IS 48 (19.14% from 255) = 21.92%

 GREEN value IS 53 (21.09% from 255) = 24.2%

 BLUE value IS 118 (46.48% from 255) = 53.88%

R = 21.92%
G = 24.2%
B = 53.88%

CMYK

 C value IS 0.59

 M value IS 0.55

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#303576 (or 0x303576) is known color: Torea Bay. HEX triplet: 30, 35 and 76. RGB value is (48,53,118). Sum of RGB (Red+Green+Blue) = 48+53+118=219 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.92% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 118 (46.48% from 255 or 53.88% from 219); Max value from RGB is 118 - color contains mainly: blue. Hex color #303576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303576 is #CFCA89. Grayscale: #3A3A3A. Windows color (decimal): -13617802 or 7746864. OLE color: 7746864.

HSL color Cylindrical-coordinate representation of color #303576: hue angle of 235.71º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #303576 is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 53 118 -
CMYK 0.59 0.55 0 0.54
HSL 235.71º 0.42% 0.33% -
HSV(B) 235.71º 0.59% 0.46% -
XYZ 5.76 4.48 17.7 -
YUV 58.92 161.34 120.21 -
System Red Green Blue C M Y K H S L
Decimal 48 53 118 0.59 0.55 0 0.54 235.71 0.42 0.33
Hex 30 35 76 3B 37 0 36 EC 2A 21
Octal 60 65 166 73 67 0 66 354 52 41
Binary 110000 110101 1110110 111011 110111 0 110110 11101100 101010 100001

Color Harmonies of #303576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303576

Black with #303576

Text Example


Text Example

White with #303576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303576; }

 p { color: rgb(48,53,118); }

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

background-color css

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

 a { background-color: rgb(48,53,118); }

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

border-color css

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

 span { border-color: rgb(48,53,118); }

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