#303C50

Color #303C50 Biscay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biscay #303C50

Tints of Biscay #303C50

Color information

#303C50 (or 0x303C50) is unknown color: approx Biscay. HEX triplet: 30, 3C and 50. RGB value is (48,60,80). Sum of RGB (Red+Green+Blue) = 48+60+80=188 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.53% from 188); Green value is 60 (23.83% from 255 or 31.91% from 188); Blue value is 80 (31.64% from 255 or 42.55% from 188); Max value from RGB is 80 - color contains mainly: blue. Hex color #303C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303C50 is #CFC3AF. Grayscale: #3A3A3A. Windows color (decimal): -13616048 or 5258288. OLE color: 5258288.

HSL color Cylindrical-coordinate representation of color #303C50: hue angle of 217.5º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #303C50 is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB486080-
CMYK0.400.2500.69
HSL217.5º25%25.1%-
HSV(B)217.5º40%31.37%-
XYZ4.284.448.22-
YUV58.69140.02120.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.53%
GREEN value IS 60 (23.83% from 255) = 31.91%
BLUE value IS 80 (31.64% from 255) = 42.55%
R=25.53%
G=31.91%
B=42.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4860800.400.2500.69217.52525.1
Hex303C502819045da1919
Octal6074120503101053323131
Binary11000011110010100001010001100101000101110110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303C50; }

 p { color: rgb(48,60,80); }

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

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

 a { background-color: rgb(48,60,80); }

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

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

 span { border-color: rgb(48,60,80); }

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