#3F4AA7

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

Shades of Governor Bay #3F4AA7

Tints of Governor Bay #3F4AA7

Color information

#3F4AA7 (or 0x3F4AA7) is unknown color: approx Governor Bay. HEX triplet: 3F, 4A and A7. RGB value is (63,74,167). Sum of RGB (Red+Green+Blue) = 63+74+167=304 (40% of max value = 765). Red value is 63 (25% from 255 or 20.72% from 304); Green value is 74 (29.30% from 255 or 24.34% from 304); Blue value is 167 (65.62% from 255 or 54.93% from 304); Max value from RGB is 167 - color contains mainly: blue. Hex color #3F4AA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4AA7 is #C0B558. Grayscale: #505050. Windows color (decimal): -12629337 or 10963519. OLE color: 10963519.

HSL color Cylindrical-coordinate representation of color #3F4AA7: hue angle of 233.65º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3F4AA7 is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6374167-
CMYK0.620.5600.35
HSL233.65º45.22%45.1%-
HSV(B)233.65º62.28%65.49%-
XYZ11.478.7437.64-
YUV81.31176.36114.94-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.72%
GREEN value IS 74 (29.30% from 255) = 24.34%
BLUE value IS 167 (65.62% from 255) = 54.93%
R=20.72%
G=24.34%
B=54.93%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal63741670.620.5600.35233.6545.2245.1
Hex3F4AA73E38023ea2d2d
Octal7711224776700433525555
Binary111111100101010100111111110111000010001111101010101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,74,167); }

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

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

 a { background-color: rgb(63,74,167); }

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

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

 span { border-color: rgb(63,74,167); }

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