#3D469B

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

Shades of Governor Bay #3D469B

Tints of Governor Bay #3D469B

Color information

#3D469B (or 0x3D469B) is unknown color: approx Governor Bay. HEX triplet: 3D, 46 and 9B. RGB value is (61,70,155). Sum of RGB (Red+Green+Blue) = 61+70+155=286 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.33% from 286); Green value is 70 (27.73% from 255 or 24.48% from 286); Blue value is 155 (60.94% from 255 or 54.20% from 286); Max value from RGB is 155 - color contains mainly: blue. Hex color #3D469B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D469B is #C2B964. Grayscale: #4C4C4C. Windows color (decimal): -12761445 or 10176061. OLE color: 10176061.

HSL color Cylindrical-coordinate representation of color #3D469B: hue angle of 234.26º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D469B is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6170155-
CMYK0.610.5500.39
HSL234.26º43.52%42.35%-
HSV(B)234.26º60.65%60.78%-
XYZ10.037.7431.98-
YUV77172.02116.59-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.33%
GREEN value IS 70 (27.73% from 255) = 24.48%
BLUE value IS 155 (60.94% from 255) = 54.20%
R=21.33%
G=24.48%
B=54.20%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal61701550.610.5500.39234.2643.5242.35
Hex3D469B3D37027ea2c2a
Octal7510623375670473525452
Binary111101100011010011011111101110111010011111101010101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D469B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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