#3B41AA

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

Shades of Governor Bay #3B41AA

Tints of Governor Bay #3B41AA

Color information

#3B41AA (or 0x3B41AA) is unknown color: approx Governor Bay. HEX triplet: 3B, 41 and AA. RGB value is (59,65,170). Sum of RGB (Red+Green+Blue) = 59+65+170=294 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.07% from 294); Green value is 65 (25.78% from 255 or 22.11% from 294); Blue value is 170 (66.80% from 255 or 57.82% from 294); Max value from RGB is 170 - color contains mainly: blue. Hex color #3B41AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B41AA is #C4BE55. Grayscale: #4A4A4A. Windows color (decimal): -12893782 or 11157819. OLE color: 11157819.

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

Color convert

RGB5965170-
CMYK0.650.6200.33
HSL236.76º48.47%44.9%-
HSV(B)236.76º65.29%66.67%-
XYZ10.957.6138.92-
YUV75.18181.51116.46-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.07%
GREEN value IS 65 (25.78% from 255) = 22.11%
BLUE value IS 170 (66.80% from 255) = 57.82%
R=20.07%
G=22.11%
B=57.82%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal59651700.650.6200.33236.7648.4744.9
Hex3B41AA413E021ed302d
Octal73101252101760413556055
Binary1110111000001101010101000001111110010000111101101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B41AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,65,170); }

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

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

 a { background-color: rgb(59,65,170); }

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

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

 span { border-color: rgb(59,65,170); }

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