#3A405B

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

Shades of Gulf Blue #3A405B

Tints of Gulf Blue #3A405B

Color information

#3A405B (or 0x3A405B) is unknown color: approx Gulf Blue. HEX triplet: 3A, 40 and 5B. RGB value is (58,64,91). Sum of RGB (Red+Green+Blue) = 58+64+91=213 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.23% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 91 (35.94% from 255 or 42.72% from 213); Max value from RGB is 91 - color contains mainly: blue. Hex color #3A405B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A405B is #C5BFA4. Grayscale: #414141. Windows color (decimal): -12959653 or 5980218. OLE color: 5980218.

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

Color convert

RGB586491-
CMYK0.360.3000.64
HSL229.09º22.15%29.22%-
HSV(B)229.09º36.26%35.69%-
XYZ5.475.3210.64-
YUV65.28142.51122.8-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.23%
GREEN value IS 64 (25.39% from 255) = 30.05%
BLUE value IS 91 (35.94% from 255) = 42.72%
R=27.23%
G=30.05%
B=42.72%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5864910.360.3000.64229.0922.1529.22
Hex3A405B241E040e5161d
Octal72100133443601003452635
Binary111010100000010110111001001111001000000111001011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A405B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,64,91); }

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

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

 a { background-color: rgb(58,64,91); }

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

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

 span { border-color: rgb(58,64,91); }

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