#3B425B

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

Shades of Gulf Blue #3B425B

Tints of Gulf Blue #3B425B

Color information

#3B425B (or 0x3B425B) is unknown color: approx Gulf Blue. HEX triplet: 3B, 42 and 5B. RGB value is (59,66,91). Sum of RGB (Red+Green+Blue) = 59+66+91=216 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.31% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 91 (35.94% from 255 or 42.13% from 216); Max value from RGB is 91 - color contains mainly: blue. Hex color #3B425B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B425B is #C4BDA4. Grayscale: #424242. Windows color (decimal): -12893605 or 5980731. OLE color: 5980731.

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

Color convert

RGB596691-
CMYK0.350.2700.64
HSL226.88º21.33%29.41%-
HSV(B)226.88º35.16%35.69%-
XYZ5.645.5810.68-
YUV66.76141.68122.47-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.31%
GREEN value IS 66 (26.17% from 255) = 30.56%
BLUE value IS 91 (35.94% from 255) = 42.13%
R=27.31%
G=30.56%
B=42.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5966910.350.2700.64226.8821.3329.41
Hex3B425B231B040e3151d
Octal73102133433301003432535
Binary111011100001010110111000111101101000000111000111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B425B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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