#3d489e

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

Shades of Governor Bay #3D489E

Tints of Governor Bay #3D489E

Color information

#3D489E (or 0x3D489E) is unknown color: approx Governor Bay. HEX triplet: 3D, 48 and 9E. RGB value is (61,72,158). Sum of RGB (Red+Green+Blue) = 61+72+158=291 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.96% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 158 (62.11% from 255 or 54.30% from 291); Max value from RGB is 158 - color contains mainly: blue. Hex color #3D489E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D489E is #C2B761. Grayscale: #4E4E4E. Windows color (decimal): -12760930 or 10373181. OLE color: 10373181.

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

Color convert

RGB6172158-
CMYK0.610.5400.38
HSL233.2º44.29%42.94%-
HSV(B)233.2º61.39%61.96%-
XYZ10.418.133.36-
YUV78.52172.86115.51-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.96%
GREEN value IS 72 (28.52% from 255) = 24.74%
BLUE value IS 158 (62.11% from 255) = 54.30%
R=20.96%
G=24.74%
B=54.30%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal61721580.610.5400.38233.244.2942.94
Hex3D489E3D36026e92c2b
Octal7511023675660463515453
Binary111101100100010011110111101110110010011011101001101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3d489e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,72,158); }

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

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

 a { background-color: rgb(61,72,158); }

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

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

 span { border-color: rgb(61,72,158); }

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