#303852

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

Shades of Biscay #303852

Tints of Biscay #303852

Color information

#303852 (or 0x303852) is unknown color: approx Biscay. HEX triplet: 30, 38 and 52. RGB value is (48,56,82). Sum of RGB (Red+Green+Blue) = 48+56+82=186 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.81% from 186); Green value is 56 (22.27% from 255 or 30.11% from 186); Blue value is 82 (32.42% from 255 or 44.09% from 186); Max value from RGB is 82 - color contains mainly: blue. Hex color #303852 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303852 is #CFC7AD. Grayscale: #383838. Windows color (decimal): -13617070 or 5388336. OLE color: 5388336.

HSL color Cylindrical-coordinate representation of color #303852: hue angle of 225.88º 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 #303852 is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB485682-
CMYK0.410.3200.68
HSL225.88º26.15%25.49%-
HSV(B)225.88º41.46%32.16%-
XYZ4.164.078.55-
YUV56.57142.35121.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.81%
GREEN value IS 56 (22.27% from 255) = 30.11%
BLUE value IS 82 (32.42% from 255) = 44.09%
R=25.81%
G=30.11%
B=44.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4856820.410.3200.68225.8826.1525.49
Hex3038522920044e21a19
Octal6070122514001043423231
Binary110000111000101001010100110000001000100111000101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303852; }

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

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

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

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

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

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

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

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