#3B41A5

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

Shades of Governor Bay #3B41A5

Tints of Governor Bay #3B41A5

Color information

#3B41A5 (or 0x3B41A5) is unknown color: approx Governor Bay. HEX triplet: 3B, 41 and A5. RGB value is (59,65,165). Sum of RGB (Red+Green+Blue) = 59+65+165=289 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.42% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 165 (64.84% from 255 or 57.09% from 289); Max value from RGB is 165 - color contains mainly: blue. Hex color #3B41A5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B41A5 is #C4BE5A. Grayscale: #4A4A4A. Windows color (decimal): -12893787 or 10830139. OLE color: 10830139.

HSL color Cylindrical-coordinate representation of color #3B41A5: hue angle of 236.6º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3B41A5 is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB5965165-
CMYK0.640.6100.35
HSL236.6º47.32%43.92%-
HSV(B)236.6º64.24%64.71%-
XYZ10.497.4336.48-
YUV74.61179.01116.87-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.42%
GREEN value IS 65 (25.78% from 255) = 22.49%
BLUE value IS 165 (64.84% from 255) = 57.09%
R=20.42%
G=22.49%
B=57.09%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal59651650.640.6100.35236.647.3243.92
Hex3B41A5403D023ed2f2c
Octal73101245100750433555754
Binary1110111000001101001011000000111101010001111101101101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B41A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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