#303677

Color #303677 Torea Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torea Bay #303677

Tints of Torea Bay #303677

Color information

#303677 (or 0x303677) is unknown color: approx Torea Bay. HEX triplet: 30, 36 and 77. RGB value is (48,54,119). Sum of RGB (Red+Green+Blue) = 48+54+119=221 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.72% from 221); Green value is 54 (21.48% from 255 or 24.43% from 221); Blue value is 119 (46.88% from 255 or 53.85% from 221); Max value from RGB is 119 - color contains mainly: blue. Hex color #303677 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303677 is #CFC988. Grayscale: #3B3B3B. Windows color (decimal): -13617545 or 7812656. OLE color: 7812656.

HSL color Cylindrical-coordinate representation of color #303677: hue angle of 234.93º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #303677 is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4854119-
CMYK0.600.5500.53
HSL234.93º42.51%32.75%-
HSV(B)234.93º59.66%46.67%-
XYZ5.874.618.03-
YUV59.62161.51119.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.72%
GREEN value IS 54 (21.48% from 255) = 24.43%
BLUE value IS 119 (46.88% from 255) = 53.85%
R=21.72%
G=24.43%
B=53.85%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48541190.600.5500.53234.9342.5132.75
Hex3036773C37035eb2b21
Octal606616774670653535341
Binary1100001101101110111111100110111011010111101011101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303677; }

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

 H1.HeaderClassName
 {
   color: #303677;
 }
 .AnyTagClassName
 {
   color: #303677;
 }
</style>
background-color css

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

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

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

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

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

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