#3A4CA4

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

Shades of Governor Bay #3A4CA4

Tints of Governor Bay #3A4CA4

Color information

#3A4CA4 (or 0x3A4CA4) is unknown color: approx Governor Bay. HEX triplet: 3A, 4C and A4. RGB value is (58,76,164). Sum of RGB (Red+Green+Blue) = 58+76+164=298 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.46% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 164 (64.45% from 255 or 55.03% from 298); Max value from RGB is 164 - color contains mainly: blue. Hex color #3A4CA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A4CA4 is #C5B35B. Grayscale: #505050. Windows color (decimal): -12956508 or 10767418. OLE color: 10767418.

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

Color convert

RGB5876164-
CMYK0.650.5400.36
HSL229.81º47.75%43.53%-
HSV(B)229.81º64.63%64.31%-
XYZ11.038.7536.23-
YUV80.65175.04111.84-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.46%
GREEN value IS 76 (30.08% from 255) = 25.50%
BLUE value IS 164 (64.45% from 255) = 55.03%
R=19.46%
G=25.50%
B=55.03%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal58761640.650.5400.36229.8147.7543.53
Hex3A4CA44136024e6302c
Octal72114244101660443466054
Binary1110101001100101001001000001110110010010011100110110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,76,164); }

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

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

 a { background-color: rgb(58,76,164); }

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

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

 span { border-color: rgb(58,76,164); }

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