#324165

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

Shades of Gulf Blue #324165

Tints of Gulf Blue #324165

Color information

#324165 (or 0x324165) is unknown color: approx Gulf Blue. HEX triplet: 32, 41 and 65. RGB value is (50,65,101). Sum of RGB (Red+Green+Blue) = 50+65+101=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 101 (39.84% from 255 or 46.76% from 216); Max value from RGB is 101 - color contains mainly: blue. Hex color #324165 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324165 is #CDBE9A. Grayscale: #404040. Windows color (decimal): -13483675 or 6635826. OLE color: 6635826.

HSL color Cylindrical-coordinate representation of color #324165: hue angle of 222.35º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #324165 is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5065101-
CMYK0.500.3600.60
HSL222.35º33.77%29.61%-
HSV(B)222.35º50.5%39.61%-
XYZ5.555.413.06-
YUV64.62148.53117.57-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.15%
GREEN value IS 65 (25.78% from 255) = 30.09%
BLUE value IS 101 (39.84% from 255) = 46.76%
R=23.15%
G=30.09%
B=46.76%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal50651010.500.3600.60222.3533.7729.61
Hex324165322403Cde221e
Octal6210114562440743364236
Binary1100101000001110010111001010010001111001101111010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324165; }

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

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

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

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

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

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

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

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