#3E3DAE

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

Shades of Governor Bay #3E3DAE

Tints of Governor Bay #3E3DAE

Color information

#3E3DAE (or 0x3E3DAE) is unknown color: approx Governor Bay. HEX triplet: 3E, 3D and AE. RGB value is (62,61,174). Sum of RGB (Red+Green+Blue) = 62+61+174=297 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.88% from 297); Green value is 61 (24.22% from 255 or 20.54% from 297); Blue value is 174 (68.36% from 255 or 58.59% from 297); Max value from RGB is 174 - color contains mainly: blue. Hex color #3E3DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3DAE is #C1C251. Grayscale: #494949. Windows color (decimal): -12698194 or 11418942. OLE color: 11418942.

HSL color Cylindrical-coordinate representation of color #3E3DAE: hue angle of 240.53º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E3DAE is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6261174-
CMYK0.640.6500.32
HSL240.53º48.09%46.08%-
HSV(B)240.53º64.94%68.24%-
XYZ11.37.4240.88-
YUV74.18184.33119.31-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.88%
GREEN value IS 61 (24.22% from 255) = 20.54%
BLUE value IS 174 (68.36% from 255) = 58.59%
R=20.88%
G=20.54%
B=58.59%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal62611740.640.6500.32240.5348.0946.08
Hex3E3DAE4041020f1302e
Octal76752561001010403616056
Binary1111101111011010111010000001000001010000011110001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,61,174); }

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

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

 a { background-color: rgb(62,61,174); }

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

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

 span { border-color: rgb(62,61,174); }

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