#303D55

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

Shades of Biscay #303D55

Tints of Biscay #303D55

Color information

#303D55 (or 0x303D55) is unknown color: approx Biscay. HEX triplet: 30, 3D and 55. RGB value is (48,61,85). Sum of RGB (Red+Green+Blue) = 48+61+85=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 61 (24.22% from 255 or 31.44% from 194); Blue value is 85 (33.59% from 255 or 43.81% from 194); Max value from RGB is 85 - color contains mainly: blue. Hex color #303D55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303D55 is #CFC2AA. Grayscale: #3B3B3B. Windows color (decimal): -13615787 or 5586224. OLE color: 5586224.

HSL color Cylindrical-coordinate representation of color #303D55: hue angle of 218.92º 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 #303D55 is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB486185-
CMYK0.440.2800.67
HSL218.92º27.82%26.08%-
HSV(B)218.92º43.53%33.33%-
XYZ4.534.629.25-
YUV59.85142.19119.55-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.74%
GREEN value IS 61 (24.22% from 255) = 31.44%
BLUE value IS 85 (33.59% from 255) = 43.81%
R=24.74%
G=31.44%
B=43.81%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4861850.440.2800.67218.9227.8226.08
Hex303D552C1C043db1c1a
Octal6075125543401033333432
Binary11000011110110101011011001110001000011110110111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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