#3A415D

Color #3A415D Gulf Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gulf Blue #3A415D

Tints of Gulf Blue #3A415D

Color information

#3A415D (or 0x3A415D) is unknown color: approx Gulf Blue. HEX triplet: 3A, 41 and 5D. RGB value is (58,65,93). Sum of RGB (Red+Green+Blue) = 58+65+93=216 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.85% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 93 (36.72% from 255 or 43.06% from 216); Max value from RGB is 93 - color contains mainly: blue. Hex color #3A415D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A415D is #C5BEA2. Grayscale: #414141. Windows color (decimal): -12959395 or 6111546. OLE color: 6111546.

HSL color Cylindrical-coordinate representation of color #3A415D: hue angle of 228º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3A415D is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB586593-
CMYK0.380.3000.64
HSL228º23.18%29.61%-
HSV(B)228º37.63%36.47%-
XYZ5.615.4711.12-
YUV66.1143.18122.22-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.85%
GREEN value IS 65 (25.78% from 255) = 30.09%
BLUE value IS 93 (36.72% from 255) = 43.06%
R=26.85%
G=30.09%
B=43.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5865930.380.3000.6422823.1829.61
Hex3A415D261E040e4171e
Octal72101135463601003442736
Binary111010100000110111011001101111001000000111001001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A415D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,65,93); }

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

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

 a { background-color: rgb(58,65,93); }

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

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

 span { border-color: rgb(58,65,93); }

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