#303F5A

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

Shades of Biscay #303F5A

Tints of Biscay #303F5A

Color information

#303F5A (or 0x303F5A) is unknown color: approx Biscay. HEX triplet: 30, 3F and 5A. RGB value is (48,63,90). Sum of RGB (Red+Green+Blue) = 48+63+90=201 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.88% from 201); Green value is 63 (25% from 255 or 31.34% from 201); Blue value is 90 (35.55% from 255 or 44.78% from 201); Max value from RGB is 90 - color contains mainly: blue. Hex color #303F5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303F5A is #CFC0A5. Grayscale: #3D3D3D. Windows color (decimal): -13615270 or 5914416. OLE color: 5914416.

HSL color Cylindrical-coordinate representation of color #303F5A: hue angle of 218.57º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #303F5A is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB486390-
CMYK0.470.3000.65
HSL218.57º30.43%27.06%-
HSV(B)218.57º46.67%35.29%-
XYZ4.844.9210.37-
YUV61.59144.03118.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.88%
GREEN value IS 63 (25% from 255) = 31.34%
BLUE value IS 90 (35.55% from 255) = 44.78%
R=23.88%
G=31.34%
B=44.78%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4863900.470.3000.65218.5730.4327.06
Hex303F5A2F1E041db1e1b
Octal6077132573601013333633
Binary11000011111110110101011111111001000001110110111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,63,90); }

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

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

 a { background-color: rgb(48,63,90); }

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

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

 span { border-color: rgb(48,63,90); }

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