#3D499B

Color #3D499B Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #3D499B

Tints of Governor Bay #3D499B

Color information

#3D499B (or 0x3D499B) is unknown color: approx Governor Bay. HEX triplet: 3D, 49 and 9B. RGB value is (61,73,155). Sum of RGB (Red+Green+Blue) = 61+73+155=289 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.11% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 155 (60.94% from 255 or 53.63% from 289); Max value from RGB is 155 - color contains mainly: blue. Hex color #3D499B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D499B is #C2B664. Grayscale: #4E4E4E. Windows color (decimal): -12760677 or 10176829. OLE color: 10176829.

HSL color Cylindrical-coordinate representation of color #3D499B: hue angle of 232.34º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D499B is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6173155-
CMYK0.610.5300.39
HSL232.34º43.52%42.35%-
HSV(B)232.34º60.65%60.78%-
XYZ10.228.1232.04-
YUV78.76171.02115.33-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.11%
GREEN value IS 73 (28.91% from 255) = 25.26%
BLUE value IS 155 (60.94% from 255) = 53.63%
R=21.11%
G=25.26%
B=53.63%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal61731550.610.5300.39232.3443.5242.35
Hex3D499B3D35027e82c2a
Octal7511123375650473505452
Binary111101100100110011011111101110101010011111101000101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D499B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D499B; }

 p { color: rgb(61,73,155); }

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

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

 a { background-color: rgb(61,73,155); }

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

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

 span { border-color: rgb(61,73,155); }

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