#3A425B

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

Shades of Gulf Blue #3A425B

Tints of Gulf Blue #3A425B

Color information

#3A425B (or 0x3A425B) is unknown color: approx Gulf Blue. HEX triplet: 3A, 42 and 5B. RGB value is (58,66,91). Sum of RGB (Red+Green+Blue) = 58+66+91=215 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.98% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 91 (35.94% from 255 or 42.33% from 215); Max value from RGB is 91 - color contains mainly: blue. Hex color #3A425B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A425B is #C5BDA4. Grayscale: #424242. Windows color (decimal): -12959141 or 5980730. OLE color: 5980730.

HSL color Cylindrical-coordinate representation of color #3A425B: hue angle of 225.45º 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 #3A425B is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB586691-
CMYK0.360.2700.64
HSL225.45º22.15%29.22%-
HSV(B)225.45º36.26%35.69%-
XYZ5.585.5510.67-
YUV66.46141.85121.97-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.98%
GREEN value IS 66 (26.17% from 255) = 30.70%
BLUE value IS 91 (35.94% from 255) = 42.33%
R=26.98%
G=30.70%
B=42.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5866910.360.2700.64225.4522.1529.22
Hex3A425B241B040e1161d
Octal72102133443301003412635
Binary111010100001010110111001001101101000000111000011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A425B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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