#324465

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

Shades of Gulf Blue #324465

Tints of Gulf Blue #324465

Color information

#324465 (or 0x324465) is unknown color: approx Gulf Blue. HEX triplet: 32, 44 and 65. RGB value is (50,68,101). Sum of RGB (Red+Green+Blue) = 50+68+101=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 68 (26.95% from 255 or 31.05% from 219); Blue value is 101 (39.84% from 255 or 46.12% from 219); Max value from RGB is 101 - color contains mainly: blue. Hex color #324465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324465 is #CDBB9A. Grayscale: #424242. Windows color (decimal): -13482907 or 6636594. OLE color: 6636594.

HSL color Cylindrical-coordinate representation of color #324465: hue angle of 218.82º 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 #324465 is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5068101-
CMYK0.500.3300.60
HSL218.82º33.77%29.61%-
HSV(B)218.82º50.5%39.61%-
XYZ5.735.7513.12-
YUV66.38147.54116.32-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.83%
GREEN value IS 68 (26.95% from 255) = 31.05%
BLUE value IS 101 (39.84% from 255) = 46.12%
R=22.83%
G=31.05%
B=46.12%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal50681010.500.3300.60218.8233.7729.61
Hex324465322103Cdb221e
Octal6210414562410743334236
Binary1100101000100110010111001010000101111001101101110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324465; }

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

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

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

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

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

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

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

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