#3F4AAB

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

Shades of Governor Bay #3F4AAB

Tints of Governor Bay #3F4AAB

Color information

#3F4AAB (or 0x3F4AAB) is unknown color: approx Governor Bay. HEX triplet: 3F, 4A and AB. RGB value is (63,74,171). Sum of RGB (Red+Green+Blue) = 63+74+171=308 (40% of max value = 765). Red value is 63 (25% from 255 or 20.45% from 308); Green value is 74 (29.30% from 255 or 24.03% from 308); Blue value is 171 (67.19% from 255 or 55.52% from 308); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F4AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4AAB is #C0B554. Grayscale: #515151. Windows color (decimal): -12629333 or 11225663. OLE color: 11225663.

HSL color Cylindrical-coordinate representation of color #3F4AAB: hue angle of 233.89º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F4AAB is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6374171-
CMYK0.630.5700.33
HSL233.89º46.15%45.88%-
HSV(B)233.89º63.16%67.06%-
XYZ11.858.8939.62-
YUV81.77178.36114.61-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.45%
GREEN value IS 74 (29.30% from 255) = 24.03%
BLUE value IS 171 (67.19% from 255) = 55.52%
R=20.45%
G=24.03%
B=55.52%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal63741710.630.5700.33233.8946.1545.88
Hex3F4AAB3F39021ea2e2e
Octal7711225377710413525656
Binary111111100101010101011111111111001010000111101010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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