#324468

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

Shades of Gulf Blue #324468

Tints of Gulf Blue #324468

Color information

#324468 (or 0x324468) is unknown color: approx Gulf Blue. HEX triplet: 32, 44 and 68. RGB value is (50,68,104). Sum of RGB (Red+Green+Blue) = 50+68+104=222 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.52% from 222); Green value is 68 (26.95% from 255 or 30.63% from 222); Blue value is 104 (41.02% from 255 or 46.85% from 222); Max value from RGB is 104 - color contains mainly: blue. Hex color #324468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324468 is #CDBB97. Grayscale: #424242. Windows color (decimal): -13482904 or 6833202. OLE color: 6833202.

HSL color Cylindrical-coordinate representation of color #324468: hue angle of 220º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #324468 is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5068104-
CMYK0.520.3500.59
HSL220º35.06%30.2%-
HSV(B)220º51.92%40.78%-
XYZ5.885.8113.91-
YUV66.72149.04116.07-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.52%
GREEN value IS 68 (26.95% from 255) = 30.63%
BLUE value IS 104 (41.02% from 255) = 46.85%
R=22.52%
G=30.63%
B=46.85%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50681040.520.3500.5922035.0630.2
Hex324468342303Bdc231e
Octal6210415064430733344336
Binary1100101000100110100011010010001101110111101110010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324468; }

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

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

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

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

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

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

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

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