#3B46A8

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

Shades of Governor Bay #3B46A8

Tints of Governor Bay #3B46A8

Color information

#3B46A8 (or 0x3B46A8) is unknown color: approx Governor Bay. HEX triplet: 3B, 46 and A8. RGB value is (59,70,168). Sum of RGB (Red+Green+Blue) = 59+70+168=297 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.87% from 297); Green value is 70 (27.73% from 255 or 23.57% from 297); Blue value is 168 (66.02% from 255 or 56.57% from 297); Max value from RGB is 168 - color contains mainly: blue. Hex color #3B46A8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B46A8 is #C4B957. Grayscale: #4D4D4D. Windows color (decimal): -12892504 or 11028027. OLE color: 11028027.

HSL color Cylindrical-coordinate representation of color #3B46A8: hue angle of 233.94º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3B46A8 is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB5970168-
CMYK0.650.5800.34
HSL233.94º48.02%44.51%-
HSV(B)233.94º64.88%65.88%-
XYZ11.068.1438.03-
YUV77.88178.86114.53-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.87%
GREEN value IS 70 (27.73% from 255) = 23.57%
BLUE value IS 168 (66.02% from 255) = 56.57%
R=19.87%
G=23.57%
B=56.57%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal59701680.650.5800.34233.9448.0244.51
Hex3B46A8413A022ea302d
Octal73106250101720423526055
Binary1110111000110101010001000001111010010001011101010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B46A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,70,168); }

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

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

 a { background-color: rgb(59,70,168); }

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

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

 span { border-color: rgb(59,70,168); }

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