#3B415B

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

Shades of Gulf Blue #3B415B

Tints of Gulf Blue #3B415B

Color information

#3B415B (or 0x3B415B) is unknown color: approx Gulf Blue. HEX triplet: 3B, 41 and 5B. RGB value is (59,65,91). Sum of RGB (Red+Green+Blue) = 59+65+91=215 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.44% from 215); Green value is 65 (25.78% from 255 or 30.23% 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 #3B415B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B415B is #C4BEA4. Grayscale: #424242. Windows color (decimal): -12893861 or 5980475. OLE color: 5980475.

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

Color convert

RGB596591-
CMYK0.350.2900.64
HSL228.75º21.33%29.41%-
HSV(B)228.75º35.16%35.69%-
XYZ5.585.4710.66-
YUV66.17142.01122.89-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.44%
GREEN value IS 65 (25.78% from 255) = 30.23%
BLUE value IS 91 (35.94% from 255) = 42.33%
R=27.44%
G=30.23%
B=42.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5965910.350.2900.64228.7521.3329.41
Hex3B415B231D040e5151d
Octal73101133433501003452535
Binary111011100000110110111000111110101000000111001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B415B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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