#303C55

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

Shades of Biscay #303C55

Tints of Biscay #303C55

Color information

#303C55 (or 0x303C55) is unknown color: approx Biscay. HEX triplet: 30, 3C and 55. RGB value is (48,60,85). Sum of RGB (Red+Green+Blue) = 48+60+85=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 60 (23.83% from 255 or 31.09% from 193); Blue value is 85 (33.59% from 255 or 44.04% from 193); Max value from RGB is 85 - color contains mainly: blue. Hex color #303C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303C55 is #CFC3AA. Grayscale: #3B3B3B. Windows color (decimal): -13616043 or 5585968. OLE color: 5585968.

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

Color convert

RGB486085-
CMYK0.440.2900.67
HSL220.54º27.82%26.08%-
HSV(B)220.54º43.53%33.33%-
XYZ4.474.529.23-
YUV59.26142.52119.97-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.87%
GREEN value IS 60 (23.83% from 255) = 31.09%
BLUE value IS 85 (33.59% from 255) = 44.04%
R=24.87%
G=31.09%
B=44.04%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4860850.440.2900.67220.5427.8226.08
Hex303C552C1D043dd1c1a
Octal6074125543501033353432
Binary11000011110010101011011001110101000011110111011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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