#303877

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

Shades of Torea Bay #303877

Tints of Torea Bay #303877

Color information

#303877 (or 0x303877) is unknown color: approx Torea Bay. HEX triplet: 30, 38 and 77. RGB value is (48,56,119). Sum of RGB (Red+Green+Blue) = 48+56+119=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 56 (22.27% from 255 or 25.11% from 223); Blue value is 119 (46.88% from 255 or 53.36% from 223); Max value from RGB is 119 - color contains mainly: blue. Hex color #303877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303877 is #CFC788. Grayscale: #3C3C3C. Windows color (decimal): -13617033 or 7813168. OLE color: 7813168.

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

Color convert

RGB4856119-
CMYK0.600.5300.53
HSL233.24º42.51%32.75%-
HSV(B)233.24º59.66%46.67%-
XYZ5.964.7918.06-
YUV60.79160.85118.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.52%
GREEN value IS 56 (22.27% from 255) = 25.11%
BLUE value IS 119 (46.88% from 255) = 53.36%
R=21.52%
G=25.11%
B=53.36%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48561190.600.5300.53233.2442.5132.75
Hex3038773C35035e92b21
Octal607016774650653515341
Binary1100001110001110111111100110101011010111101001101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303877; }

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

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

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

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

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

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

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

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