#303952

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

Shades of Biscay #303952

Tints of Biscay #303952

Color information

#303952 (or 0x303952) is unknown color: approx Biscay. HEX triplet: 30, 39 and 52. RGB value is (48,57,82). Sum of RGB (Red+Green+Blue) = 48+57+82=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 57 (22.66% from 255 or 30.48% from 187); Blue value is 82 (32.42% from 255 or 43.85% from 187); Max value from RGB is 82 - color contains mainly: blue. Hex color #303952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303952 is #CFC6AD. Grayscale: #393939. Windows color (decimal): -13616814 or 5388592. OLE color: 5388592.

HSL color Cylindrical-coordinate representation of color #303952: hue angle of 224.12º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #303952 is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB485782-
CMYK0.410.3000.68
HSL224.12º26.15%25.49%-
HSV(B)224.12º41.46%32.16%-
XYZ4.214.168.56-
YUV57.16142.02121.47-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.67%
GREEN value IS 57 (22.66% from 255) = 30.48%
BLUE value IS 82 (32.42% from 255) = 43.85%
R=25.67%
G=30.48%
B=43.85%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4857820.410.3000.68224.1226.1525.49
Hex303952291E044e01a19
Octal6071122513601043403231
Binary11000011100110100101010011111001000100111000001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303952; }

 p { color: rgb(48,57,82); }

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

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

 a { background-color: rgb(48,57,82); }

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

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

 span { border-color: rgb(48,57,82); }

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