#324263

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

Shades of Gulf Blue #324263

Tints of Gulf Blue #324263

Color information

#324263 (or 0x324263) is unknown color: approx Gulf Blue. HEX triplet: 32, 42 and 63. RGB value is (50,66,99). Sum of RGB (Red+Green+Blue) = 50+66+99=215 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.26% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 99 (39.06% from 255 or 46.05% from 215); Max value from RGB is 99 - color contains mainly: blue. Hex color #324263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324263 is #CDBD9C. Grayscale: #404040. Windows color (decimal): -13483421 or 6505010. OLE color: 6505010.

HSL color Cylindrical-coordinate representation of color #324263: hue angle of 220.41º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #324263 is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB506699-
CMYK0.490.3300.61
HSL220.41º32.89%29.22%-
HSV(B)220.41º49.49%38.82%-
XYZ5.525.4812.57-
YUV64.98147.2117.32-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.26%
GREEN value IS 66 (26.17% from 255) = 30.70%
BLUE value IS 99 (39.06% from 255) = 46.05%
R=23.26%
G=30.70%
B=46.05%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5066990.490.3300.61220.4132.8929.22
Hex324263312103Ddc211d
Octal6210214361410753344135
Binary1100101000010110001111000110000101111011101110010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324263; }

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

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

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

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

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

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

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

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