#3A415A

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

Shades of Gulf Blue #3A415A

Tints of Gulf Blue #3A415A

Color information

#3A415A (or 0x3A415A) is unknown color: approx Gulf Blue. HEX triplet: 3A, 41 and 5A. RGB value is (58,65,90). Sum of RGB (Red+Green+Blue) = 58+65+90=213 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.23% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 90 (35.55% from 255 or 42.25% from 213); Max value from RGB is 90 - color contains mainly: blue. Hex color #3A415A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A415A is #C5BEA5. Grayscale: #414141. Windows color (decimal): -12959398 or 5914938. OLE color: 5914938.

HSL color Cylindrical-coordinate representation of color #3A415A: hue angle of 226.88º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3A415A is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB586590-
CMYK0.360.2800.65
HSL226.88º21.62%29.02%-
HSV(B)226.88º35.56%35.29%-
XYZ5.485.4210.43-
YUV65.76141.68122.47-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.23%
GREEN value IS 65 (25.78% from 255) = 30.52%
BLUE value IS 90 (35.55% from 255) = 42.25%
R=27.23%
G=30.52%
B=42.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5865900.360.2800.65226.8821.6229.02
Hex3A415A241C041e3161d
Octal72101132443401013432635
Binary111010100000110110101001001110001000001111000111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A415A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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