#3B3FAA

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

Shades of Governor Bay #3B3FAA

Tints of Governor Bay #3B3FAA

Color information

#3B3FAA (or 0x3B3FAA) is unknown color: approx Governor Bay. HEX triplet: 3B, 3F and AA. RGB value is (59,63,170). Sum of RGB (Red+Green+Blue) = 59+63+170=292 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.21% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 170 (66.80% from 255 or 58.22% from 292); Max value from RGB is 170 - color contains mainly: blue. Hex color #3B3FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B3FAA is #C4C055. Grayscale: #494949. Windows color (decimal): -12894294 or 11157307. OLE color: 11157307.

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

Color convert

RGB5963170-
CMYK0.650.6300.33
HSL237.84º48.47%44.9%-
HSV(B)237.84º65.29%66.67%-
XYZ10.847.3938.88-
YUV74182.17117.3-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.21%
GREEN value IS 63 (25% from 255) = 21.58%
BLUE value IS 170 (66.80% from 255) = 58.22%
R=20.21%
G=21.58%
B=58.22%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal59631700.650.6300.33237.8448.4744.9
Hex3B3FAA413F021ee302d
Octal7377252101770413566055
Binary111011111111101010101000001111111010000111101110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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