#303D50

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

Shades of Biscay #303D50

Tints of Biscay #303D50

Color information

#303D50 (or 0x303D50) is unknown color: approx Biscay. HEX triplet: 30, 3D and 50. RGB value is (48,61,80). Sum of RGB (Red+Green+Blue) = 48+61+80=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 61 (24.22% from 255 or 32.28% from 189); Blue value is 80 (31.64% from 255 or 42.33% from 189); Max value from RGB is 80 - color contains mainly: blue. Hex color #303D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303D50 is #CFC2AF. Grayscale: #3B3B3B. Windows color (decimal): -13615792 or 5258544. OLE color: 5258544.

HSL color Cylindrical-coordinate representation of color #303D50: hue angle of 215.62º 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 #303D50 is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB486180-
CMYK0.400.2400.69
HSL215.62º25%25.1%-
HSV(B)215.62º40%31.37%-
XYZ4.344.558.24-
YUV59.28139.69119.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.40%
GREEN value IS 61 (24.22% from 255) = 32.28%
BLUE value IS 80 (31.64% from 255) = 42.33%
R=25.40%
G=32.28%
B=42.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4861800.400.2400.69215.622525.1
Hex303D502818045d81919
Octal6075120503001053303131
Binary11000011110110100001010001100001000101110110001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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