#32415D

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

Shades of Gulf Blue #32415D

Tints of Gulf Blue #32415D

Color information

#32415D (or 0x32415D) is unknown color: approx Gulf Blue. HEX triplet: 32, 41 and 5D. RGB value is (50,65,93). Sum of RGB (Red+Green+Blue) = 50+65+93=208 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.04% from 208); Green value is 65 (25.78% from 255 or 31.25% from 208); Blue value is 93 (36.72% from 255 or 44.71% from 208); Max value from RGB is 93 - color contains mainly: blue. Hex color #32415D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32415D is #CDBEA2. Grayscale: #3F3F3F. Windows color (decimal): -13483683 or 6111538. OLE color: 6111538.

HSL color Cylindrical-coordinate representation of color #32415D: hue angle of 219.07º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #32415D is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB506593-
CMYK0.460.3000.64
HSL219.07º30.07%28.04%-
HSV(B)219.07º46.24%36.47%-
XYZ5.185.2511.1-
YUV63.71144.53118.22-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.04%
GREEN value IS 65 (25.78% from 255) = 31.25%
BLUE value IS 93 (36.72% from 255) = 44.71%
R=24.04%
G=31.25%
B=44.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5065930.460.3000.64219.0730.0728.04
Hex32415D2E1E040db1e1c
Octal62101135563601003333634
Binary110010100000110111011011101111001000000110110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32415D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32415D; }

 p { color: rgb(50,65,93); }

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

<style>
 a { background-color: #32415D; }

 a { background-color: rgb(50,65,93); }

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

<style>
 span { border-color: #32415D; }

 span { border-color: rgb(50,65,93); }

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