#3B4AA9

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

Shades of Governor Bay #3B4AA9

Tints of Governor Bay #3B4AA9

Color information

#3B4AA9 (or 0x3B4AA9) is unknown color: approx Governor Bay. HEX triplet: 3B, 4A and A9. RGB value is (59,74,169). Sum of RGB (Red+Green+Blue) = 59+74+169=302 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.54% from 302); Green value is 74 (29.30% from 255 or 24.50% from 302); Blue value is 169 (66.41% from 255 or 55.96% from 302); Max value from RGB is 169 - color contains mainly: blue. Hex color #3B4AA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B4AA9 is #C4B556. Grayscale: #4F4F4F. Windows color (decimal): -12891479 or 11094587. OLE color: 11094587.

HSL color Cylindrical-coordinate representation of color #3B4AA9: hue angle of 231.82º 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 #3B4AA9 is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB5974169-
CMYK0.650.5600.34
HSL231.82º48.25%44.71%-
HSV(B)231.82º65.09%66.27%-
XYZ11.418.6938.61-
YUV80.34178.03112.78-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.54%
GREEN value IS 74 (29.30% from 255) = 24.50%
BLUE value IS 169 (66.41% from 255) = 55.96%
R=19.54%
G=24.50%
B=55.96%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal59741690.650.5600.34231.8248.2544.71
Hex3B4AA94138022e8302d
Octal73112251101700423506055
Binary1110111001010101010011000001111000010001011101000110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,74,169); }

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

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

 a { background-color: rgb(59,74,169); }

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

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

 span { border-color: rgb(59,74,169); }

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