#3C3CAD

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

Shades of Governor Bay #3C3CAD

Tints of Governor Bay #3C3CAD

Color information

#3C3CAD (or 0x3C3CAD) is unknown color: approx Governor Bay. HEX triplet: 3C, 3C and AD. RGB value is (60,60,173). Sum of RGB (Red+Green+Blue) = 60+60+173=293 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.48% from 293); Green value is 60 (23.83% from 255 or 20.48% from 293); Blue value is 173 (67.97% from 255 or 59.04% from 293); Max value from RGB is 173 - color contains mainly: blue. Hex color #3C3CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3CAD is #C3C352. Grayscale: #484848. Windows color (decimal): -12829523 or 11353148. OLE color: 11353148.

HSL color Cylindrical-coordinate representation of color #3C3CAD: hue angle of 240º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C3CAD is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6060173-
CMYK0.650.6500.32
HSL240º48.5%45.69%-
HSV(B)240º65.32%67.84%-
XYZ11.027.2140.35-
YUV72.88184.5118.81-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.48%
GREEN value IS 60 (23.83% from 255) = 20.48%
BLUE value IS 173 (67.97% from 255) = 59.04%
R=20.48%
G=20.48%
B=59.04%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal60601730.650.6500.3224048.545.69
Hex3C3CAD4141020f0302e
Octal74742551011010403606056
Binary1111001111001010110110000011000001010000011110000110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,60,173); }

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

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

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

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

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

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

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