#3C3FAA

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

Shades of Governor Bay #3C3FAA

Tints of Governor Bay #3C3FAA

Color information

#3C3FAA (or 0x3C3FAA) is unknown color: approx Governor Bay. HEX triplet: 3C, 3F and AA. RGB value is (60,63,170). Sum of RGB (Red+Green+Blue) = 60+63+170=293 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.48% from 293); Green value is 63 (25% from 255 or 21.50% from 293); Blue value is 170 (66.80% from 255 or 58.02% from 293); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C3FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3FAA is #C3C055. Grayscale: #494949. Windows color (decimal): -12828758 or 11157308. OLE color: 11157308.

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

Color convert

RGB6063170-
CMYK0.650.6300.33
HSL238.36º47.83%45.1%-
HSV(B)238.36º64.71%66.67%-
XYZ10.97.4238.89-
YUV74.3182.01117.8-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.48%
GREEN value IS 63 (25% from 255) = 21.50%
BLUE value IS 170 (66.80% from 255) = 58.02%
R=20.48%
G=21.50%
B=58.02%

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
Decimal60631700.650.6300.33238.3647.8345.1
Hex3C3FAA413F021ee302d
Octal7477252101770413566055
Binary111100111111101010101000001111111010000111101110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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