#303B53

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

Shades of Biscay #303B53

Tints of Biscay #303B53

Color information

#303B53 (or 0x303B53) is unknown color: approx Biscay. HEX triplet: 30, 3B and 53. RGB value is (48,59,83). Sum of RGB (Red+Green+Blue) = 48+59+83=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 59 (23.44% from 255 or 31.05% from 190); Blue value is 83 (32.81% from 255 or 43.68% from 190); Max value from RGB is 83 - color contains mainly: blue. Hex color #303B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303B53 is #CFC4AC. Grayscale: #3A3A3A. Windows color (decimal): -13616301 or 5454640. OLE color: 5454640.

HSL color Cylindrical-coordinate representation of color #303B53: hue angle of 221.14º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #303B53 is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB485983-
CMYK0.420.2900.67
HSL221.14º26.72%25.69%-
HSV(B)221.14º42.17%32.55%-
XYZ4.344.388.8-
YUV58.45141.86120.55-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.26%
GREEN value IS 59 (23.44% from 255) = 31.05%
BLUE value IS 83 (32.81% from 255) = 43.68%
R=25.26%
G=31.05%
B=43.68%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4859830.420.2900.67221.1426.7225.69
Hex303B532A1D043dd1b1a
Octal6073123523501033353332
Binary11000011101110100111010101110101000011110111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,59,83); }

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

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

 a { background-color: rgb(48,59,83); }

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

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

 span { border-color: rgb(48,59,83); }

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