#3D469A

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

Shades of Governor Bay #3D469A

Tints of Governor Bay #3D469A

Color information

#3D469A (or 0x3D469A) is unknown color: approx Governor Bay. HEX triplet: 3D, 46 and 9A. RGB value is (61,70,154). Sum of RGB (Red+Green+Blue) = 61+70+154=285 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.40% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 154 (60.55% from 255 or 54.04% from 285); Max value from RGB is 154 - color contains mainly: blue. Hex color #3D469A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D469A is #C2B965. Grayscale: #4C4C4C. Windows color (decimal): -12761446 or 10110525. OLE color: 10110525.

HSL color Cylindrical-coordinate representation of color #3D469A: hue angle of 234.19º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3D469A is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6170154-
CMYK0.600.5500.40
HSL234.19º43.26%42.16%-
HSV(B)234.19º60.39%60.39%-
XYZ9.957.7131.53-
YUV76.88171.52116.67-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.40%
GREEN value IS 70 (27.73% from 255) = 24.56%
BLUE value IS 154 (60.55% from 255) = 54.04%
R=21.40%
G=24.56%
B=54.04%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal61701540.600.5500.40234.1943.2642.16
Hex3D469A3C37028ea2b2a
Octal7510623274670503525352
Binary111101100011010011010111100110111010100011101010101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D469A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,70,154); }

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

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

 a { background-color: rgb(61,70,154); }

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

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

 span { border-color: rgb(61,70,154); }

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