#303B56

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

Shades of Biscay #303B56

Tints of Biscay #303B56

Color information

#303B56 (or 0x303B56) is unknown color: approx Biscay. HEX triplet: 30, 3B and 56. RGB value is (48,59,86). Sum of RGB (Red+Green+Blue) = 48+59+86=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 59 (23.44% from 255 or 30.57% from 193); Blue value is 86 (33.98% from 255 or 44.56% from 193); Max value from RGB is 86 - color contains mainly: blue. Hex color #303B56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303B56 is #CFC4A9. Grayscale: #3A3A3A. Windows color (decimal): -13616298 or 5651248. OLE color: 5651248.

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

Color convert

RGB485986-
CMYK0.440.3100.66
HSL222.63º28.36%26.27%-
HSV(B)222.63º44.19%33.73%-
XYZ4.464.439.42-
YUV58.79143.36120.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.87%
GREEN value IS 59 (23.44% from 255) = 30.57%
BLUE value IS 86 (33.98% from 255) = 44.56%
R=24.87%
G=30.57%
B=44.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4859860.440.3100.66222.6328.3626.27
Hex303B562C1F042df1c1a
Octal6073126543701023373432
Binary11000011101110101101011001111101000010110111111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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