#303B66

Color #303B66 Bay Of Many (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Of Many #303B66

Tints of Bay Of Many #303B66

Color information

#303B66 (or 0x303B66) is unknown color: approx Bay Of Many. HEX triplet: 30, 3B and 66. RGB value is (48,59,102). Sum of RGB (Red+Green+Blue) = 48+59+102=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 59 (23.44% from 255 or 28.23% from 209); Blue value is 102 (40.23% from 255 or 48.80% from 209); Max value from RGB is 102 - color contains mainly: blue. Hex color #303B66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303B66 is #CFC499. Grayscale: #3C3C3C. Windows color (decimal): -13616282 or 6699824. OLE color: 6699824.

HSL color Cylindrical-coordinate representation of color #303B66: hue angle of 227.78º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #303B66 is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4859102-
CMYK0.530.4200.6
HSL227.78º36%29.41%-
HSV(B)227.78º52.94%40%-
XYZ5.184.7213.21-
YUV60.61151.36119-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.97%
GREEN value IS 59 (23.44% from 255) = 28.23%
BLUE value IS 102 (40.23% from 255) = 48.80%
R=22.97%
G=28.23%
B=48.80%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal48591020.530.4200.6227.783629.41
Hex303B66352A03Ce4241d
Octal607314665520743444435
Binary110000111011110011011010110101001111001110010010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,59,102); }

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

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

 a { background-color: rgb(48,59,102); }

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

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

 span { border-color: rgb(48,59,102); }

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