#303A54

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

Shades of Biscay #303A54

Tints of Biscay #303A54

Color information

#303A54 (or 0x303A54) is unknown color: approx Biscay. HEX triplet: 30, 3A and 54. RGB value is (48,58,84). Sum of RGB (Red+Green+Blue) = 48+58+84=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 58 (23.05% from 255 or 30.53% from 190); Blue value is 84 (33.20% from 255 or 44.21% from 190); Max value from RGB is 84 - color contains mainly: blue. Hex color #303A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303A54 is #CFC5AB. Grayscale: #393939. Windows color (decimal): -13616556 or 5519920. OLE color: 5519920.

HSL color Cylindrical-coordinate representation of color #303A54: hue angle of 223.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 #303A54 is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB485884-
CMYK0.430.3100.67
HSL223.33º27.27%25.88%-
HSV(B)223.33º42.86%32.94%-
XYZ4.334.298.99-
YUV57.97142.69120.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.26%
GREEN value IS 58 (23.05% from 255) = 30.53%
BLUE value IS 84 (33.20% from 255) = 44.21%
R=25.26%
G=30.53%
B=44.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4858840.430.3100.67223.3327.2725.88
Hex303A542B1F043df1b1a
Octal6072124533701033373332
Binary11000011101010101001010111111101000011110111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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