#324261

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

Shades of Gulf Blue #324261

Tints of Gulf Blue #324261

Color information

#324261 (or 0x324261) is unknown color: approx Gulf Blue. HEX triplet: 32, 42 and 61. RGB value is (50,66,97). Sum of RGB (Red+Green+Blue) = 50+66+97=213 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.47% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 97 (38.28% from 255 or 45.54% from 213); Max value from RGB is 97 - color contains mainly: blue. Hex color #324261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324261 is #CDBD9E. Grayscale: #404040. Windows color (decimal): -13483423 or 6373938. OLE color: 6373938.

HSL color Cylindrical-coordinate representation of color #324261: hue angle of 219.57º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #324261 is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB506697-
CMYK0.480.3200.62
HSL219.57º31.97%28.82%-
HSV(B)219.57º48.45%38.04%-
XYZ5.425.4412.07-
YUV64.75146.2117.48-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.47%
GREEN value IS 66 (26.17% from 255) = 30.99%
BLUE value IS 97 (38.28% from 255) = 45.54%
R=23.47%
G=30.99%
B=45.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5066970.480.3200.62219.5731.9728.82
Hex324261302003Edc201d
Octal6210214160400763344035
Binary1100101000010110000111000010000001111101101110010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324261; }

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

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

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

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

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

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

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

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