Html Css Color HEX #303676 Torea Bay

📋 copy color: '#303676'

red 48 ◦ green 54 ◦ blue 118

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

Shades of Torea Bay #303676

Tints of Torea Bay #303676

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.55%

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

R = 21.82%
G = 24.55%
B = 53.64%

CMYK

 C value IS 0.59

 M value IS 0.54

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#303676 (or 0x303676) is known color: Torea Bay. HEX triplet: 30, 36 and 76. RGB value is (48,54,118). Sum of RGB (Red+Green+Blue) = 48+54+118=220 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.82% from 220); Green value is 54 (21.48% from 255 or 24.55% from 220); Blue value is 118 (46.48% from 255 or 53.64% from 220); Max value from RGB is 118 - color contains mainly: blue. Hex color #303676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303676 is #CFC989. Grayscale: #3B3B3B. Windows color (decimal): -13617546 or 7747120. OLE color: 7747120.

HSL color Cylindrical-coordinate representation of color #303676: hue angle of 234.86º 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 #303676 is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 54 118 -
CMYK 0.59 0.54 0 0.54
HSL 234.86º 0.42% 0.33% -
HSV(B) 234.86º 0.59% 0.46% -
XYZ 5.81 4.57 17.72 -
YUV 59.5 161.01 119.8 -
System Red Green Blue C M Y K H S L
Decimal 48 54 118 0.59 0.54 0 0.54 234.86 0.42 0.33
Hex 30 36 76 3B 36 0 36 EB 2A 21
Octal 60 66 166 73 66 0 66 353 52 41
Binary 110000 110110 1110110 111011 110110 0 110110 11101011 101010 100001

Color Harmonies of #303676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303676

Black with #303676

Text Example


Text Example

White with #303676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303676; }

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

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

background-color css

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

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

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

border-color css

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

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

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