#303D54

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

Shades of Biscay #303D54

Tints of Biscay #303D54

Color information

#303D54 (or 0x303D54) is unknown color: approx Biscay. HEX triplet: 30, 3D and 54. RGB value is (48,61,84). Sum of RGB (Red+Green+Blue) = 48+61+84=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 61 (24.22% from 255 or 31.61% from 193); Blue value is 84 (33.20% from 255 or 43.52% from 193); Max value from RGB is 84 - color contains mainly: blue. Hex color #303D54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303D54 is #CFC2AB. Grayscale: #3B3B3B. Windows color (decimal): -13615788 or 5520688. OLE color: 5520688.

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

Color convert

RGB486184-
CMYK0.430.2700.67
HSL218.33º27.27%25.88%-
HSV(B)218.33º42.86%32.94%-
XYZ4.494.619.04-
YUV59.73141.69119.63-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.87%
GREEN value IS 61 (24.22% from 255) = 31.61%
BLUE value IS 84 (33.20% from 255) = 43.52%
R=24.87%
G=31.61%
B=43.52%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4861840.430.2700.67218.3327.2725.88
Hex303D542B1B043da1b1a
Octal6075124533301033323332
Binary11000011110110101001010111101101000011110110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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