#3D429F

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

Shades of Governor Bay #3D429F

Tints of Governor Bay #3D429F

Color information

#3D429F (or 0x3D429F) is unknown color: approx Governor Bay. HEX triplet: 3D, 42 and 9F. RGB value is (61,66,159). Sum of RGB (Red+Green+Blue) = 61+66+159=286 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.33% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 159 (62.5% from 255 or 55.59% from 286); Max value from RGB is 159 - color contains mainly: blue. Hex color #3D429F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D429F is #C2BD60. Grayscale: #4A4A4A. Windows color (decimal): -12762465 or 10437181. OLE color: 10437181.

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

Color convert

RGB6166159-
CMYK0.620.5800.38
HSL236.94º44.55%43.14%-
HSV(B)236.94º61.64%62.35%-
XYZ10.137.3933.69-
YUV75.11175.34117.94-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.33%
GREEN value IS 66 (26.17% from 255) = 23.08%
BLUE value IS 159 (62.5% from 255) = 55.59%
R=21.33%
G=23.08%
B=55.59%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal61661590.620.5800.38236.9444.5543.14
Hex3D429F3E3A026ed2d2b
Octal7510223776720463555553
Binary111101100001010011111111110111010010011011101101101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D429F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,66,159); }

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

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

 a { background-color: rgb(61,66,159); }

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

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

 span { border-color: rgb(61,66,159); }

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