#3f439e

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

Shades of Governor Bay #3F439E

Tints of Governor Bay #3F439E

Color information

#3F439E (or 0x3F439E) is unknown color: approx Governor Bay. HEX triplet: 3F, 43 and 9E. RGB value is (63,67,158). Sum of RGB (Red+Green+Blue) = 63+67+158=288 (38% of max value = 765). Red value is 63 (25% from 255 or 21.88% from 288); Green value is 67 (26.56% from 255 or 23.26% from 288); Blue value is 158 (62.11% from 255 or 54.86% from 288); Max value from RGB is 158 - color contains mainly: blue. Hex color #3F439E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F439E is #C0BC61. Grayscale: #4B4B4B. Windows color (decimal): -12631138 or 10371903. OLE color: 10371903.

HSL color Cylindrical-coordinate representation of color #3F439E: hue angle of 237.47º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F439E is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6367158-
CMYK0.600.5800.38
HSL237.47º42.99%43.33%-
HSV(B)237.47º60.13%61.96%-
XYZ10.237.5433.26-
YUV76.18174.17118.6-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.88%
GREEN value IS 67 (26.56% from 255) = 23.26%
BLUE value IS 158 (62.11% from 255) = 54.86%
R=21.88%
G=23.26%
B=54.86%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal63671580.600.5800.38237.4742.9943.33
Hex3F439E3C3A026ed2b2b
Octal7710323674720463555353
Binary111111100001110011110111100111010010011011101101101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f439e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,67,158); }

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

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

 a { background-color: rgb(63,67,158); }

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

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

 span { border-color: rgb(63,67,158); }

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