#303D57

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

Shades of Biscay #303D57

Tints of Biscay #303D57

Color information

#303D57 (or 0x303D57) is unknown color: approx Biscay. HEX triplet: 30, 3D and 57. RGB value is (48,61,87). Sum of RGB (Red+Green+Blue) = 48+61+87=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 61 (24.22% from 255 or 31.12% from 196); Blue value is 87 (34.38% from 255 or 44.39% from 196); Max value from RGB is 87 - color contains mainly: blue. Hex color #303D57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303D57 is #CFC2A8. Grayscale: #3B3B3B. Windows color (decimal): -13615785 or 5717296. OLE color: 5717296.

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

Color convert

RGB486187-
CMYK0.450.3000.66
HSL220º28.89%26.47%-
HSV(B)220º44.83%34.12%-
XYZ4.614.659.67-
YUV60.08143.19119.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.49%
GREEN value IS 61 (24.22% from 255) = 31.12%
BLUE value IS 87 (34.38% from 255) = 44.39%
R=24.49%
G=31.12%
B=44.39%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4861870.450.3000.6622028.8926.47
Hex303D572D1E042dc1d1a
Octal6075127553601023343532
Binary11000011110110101111011011111001000010110111001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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