#3D4FA5

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

Shades of Governor Bay #3D4FA5

Tints of Governor Bay #3D4FA5

Color information

#3D4FA5 (or 0x3D4FA5) is unknown color: approx Governor Bay. HEX triplet: 3D, 4F and A5. RGB value is (61,79,165). Sum of RGB (Red+Green+Blue) = 61+79+165=305 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 165 (64.84% from 255 or 54.10% from 305); Max value from RGB is 165 - color contains mainly: blue. Hex color #3D4FA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D4FA5 is #C2B05A. Grayscale: #535353. Windows color (decimal): -12759131 or 10833725. OLE color: 10833725.

HSL color Cylindrical-coordinate representation of color #3D4FA5: hue angle of 229.62º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3D4FA5 is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6179165-
CMYK0.630.5200.35
HSL229.62º46.02%44.31%-
HSV(B)229.62º63.03%64.71%-
XYZ11.519.336.79-
YUV83.42174.04112.01-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20%
GREEN value IS 79 (31.25% from 255) = 25.90%
BLUE value IS 165 (64.84% from 255) = 54.10%
R=20%
G=25.90%
B=54.10%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal61791650.630.5200.35229.6246.0244.31
Hex3D4FA53F34023e62e2c
Octal7511724577640433465654
Binary111101100111110100101111111110100010001111100110101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,79,165); }

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

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

 a { background-color: rgb(61,79,165); }

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

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

 span { border-color: rgb(61,79,165); }

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