#3D4CA5

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

Shades of Governor Bay #3D4CA5

Tints of Governor Bay #3D4CA5

Color information

#3D4CA5 (or 0x3D4CA5) is unknown color: approx Governor Bay. HEX triplet: 3D, 4C and A5. RGB value is (61,76,165). Sum of RGB (Red+Green+Blue) = 61+76+165=302 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.20% from 302); Green value is 76 (30.08% from 255 or 25.17% from 302); Blue value is 165 (64.84% from 255 or 54.64% from 302); Max value from RGB is 165 - color contains mainly: blue. Hex color #3D4CA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D4CA5 is #C2B35A. Grayscale: #515151. Windows color (decimal): -12759899 or 10832957. OLE color: 10832957.

HSL color Cylindrical-coordinate representation of color #3D4CA5: hue angle of 231.35º 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 #3D4CA5 is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6176165-
CMYK0.630.5400.35
HSL231.35º46.02%44.31%-
HSV(B)231.35º63.03%64.71%-
XYZ11.38.8836.72-
YUV81.66175.03113.26-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.20%
GREEN value IS 76 (30.08% from 255) = 25.17%
BLUE value IS 165 (64.84% from 255) = 54.64%
R=20.20%
G=25.17%
B=54.64%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal61761650.630.5400.35231.3546.0244.31
Hex3D4CA53F36023e72e2c
Octal7511424577660433475654
Binary111101100110010100101111111110110010001111100111101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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