#303C51

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

Shades of Biscay #303C51

Tints of Biscay #303C51

Color information

#303C51 (or 0x303C51) is unknown color: approx Biscay. HEX triplet: 30, 3C and 51. RGB value is (48,60,81). Sum of RGB (Red+Green+Blue) = 48+60+81=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 60 (23.83% from 255 or 31.75% from 189); Blue value is 81 (32.03% from 255 or 42.86% from 189); Max value from RGB is 81 - color contains mainly: blue. Hex color #303C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303C51 is #CFC3AE. Grayscale: #3A3A3A. Windows color (decimal): -13616047 or 5323824. OLE color: 5323824.

HSL color Cylindrical-coordinate representation of color #303C51: hue angle of 218.18º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #303C51 is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB486081-
CMYK0.410.2600.68
HSL218.18º25.58%25.29%-
HSV(B)218.18º40.74%31.76%-
XYZ4.324.458.42-
YUV58.81140.52120.29-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.40%
GREEN value IS 60 (23.83% from 255) = 31.75%
BLUE value IS 81 (32.03% from 255) = 42.86%
R=25.40%
G=31.75%
B=42.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4860810.410.2600.68218.1825.5825.29
Hex303C51291A044da1a19
Octal6074121513201043323231
Binary11000011110010100011010011101001000100110110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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