#3F4C9C

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

Shades of Governor Bay #3F4C9C

Tints of Governor Bay #3F4C9C

Color information

#3F4C9C (or 0x3F4C9C) is unknown color: approx Governor Bay. HEX triplet: 3F, 4C and 9C. RGB value is (63,76,156). Sum of RGB (Red+Green+Blue) = 63+76+156=295 (39% of max value = 765). Red value is 63 (25% from 255 or 21.36% from 295); Green value is 76 (30.08% from 255 or 25.76% from 295); Blue value is 156 (61.33% from 255 or 52.88% from 295); Max value from RGB is 156 - color contains mainly: blue. Hex color #3F4C9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4C9C is #C0B363. Grayscale: #505050. Windows color (decimal): -12628836 or 10243135. OLE color: 10243135.

HSL color Cylindrical-coordinate representation of color #3F4C9C: hue angle of 231.61º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F4C9C is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6376156-
CMYK0.600.5100.39
HSL231.61º42.47%42.94%-
HSV(B)231.61º59.62%61.18%-
XYZ10.648.6332.56-
YUV81.23170.19115-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.36%
GREEN value IS 76 (30.08% from 255) = 25.76%
BLUE value IS 156 (61.33% from 255) = 52.88%
R=21.36%
G=25.76%
B=52.88%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal63761560.600.5100.39231.6142.4742.94
Hex3F4C9C3C33027e82a2b
Octal7711423474630473505253
Binary111111100110010011100111100110011010011111101000101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,76,156); }

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

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

 a { background-color: rgb(63,76,156); }

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

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

 span { border-color: rgb(63,76,156); }

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