#324266

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

Shades of Gulf Blue #324266

Tints of Gulf Blue #324266

Color information

#324266 (or 0x324266) is unknown color: approx Gulf Blue. HEX triplet: 32, 42 and 66. RGB value is (50,66,102). Sum of RGB (Red+Green+Blue) = 50+66+102=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 102 (40.23% from 255 or 46.79% from 218); Max value from RGB is 102 - color contains mainly: blue. Hex color #324266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324266 is #CDBD99. Grayscale: #414141. Windows color (decimal): -13483418 or 6701618. OLE color: 6701618.

HSL color Cylindrical-coordinate representation of color #324266: hue angle of 221.54º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #324266 is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5066102-
CMYK0.510.3500.6
HSL221.54º34.21%29.8%-
HSV(B)221.54º50.98%40%-
XYZ5.665.5313.34-
YUV65.32148.7117.07-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.94%
GREEN value IS 66 (26.17% from 255) = 30.28%
BLUE value IS 102 (40.23% from 255) = 46.79%
R=22.94%
G=30.28%
B=46.79%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal50661020.510.3500.6221.5434.2129.8
Hex324266332303Cde221e
Octal6210214663430743364236
Binary1100101000010110011011001110001101111001101111010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324266; }

 p { color: rgb(50,66,102); }

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

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

 a { background-color: rgb(50,66,102); }

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

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

 span { border-color: rgb(50,66,102); }

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