#324567

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

Shades of Gulf Blue #324567

Tints of Gulf Blue #324567

Color information

#324567 (or 0x324567) is unknown color: approx Gulf Blue. HEX triplet: 32, 45 and 67. RGB value is (50,69,103). Sum of RGB (Red+Green+Blue) = 50+69+103=222 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.52% from 222); Green value is 69 (27.34% from 255 or 31.08% from 222); Blue value is 103 (40.62% from 255 or 46.40% from 222); Max value from RGB is 103 - color contains mainly: blue. Hex color #324567 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324567 is #CDBA98. Grayscale: #434343. Windows color (decimal): -13482649 or 6767922. OLE color: 6767922.

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

Color convert

RGB5069103-
CMYK0.510.3300.60
HSL218.49º34.64%30%-
HSV(B)218.49º51.46%40.39%-
XYZ5.895.9113.66-
YUV67.2148.21115.74-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.52%
GREEN value IS 69 (27.34% from 255) = 31.08%
BLUE value IS 103 (40.62% from 255) = 46.40%
R=22.52%
G=31.08%
B=46.40%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal50691030.510.3300.60218.4934.6430
Hex324567332103Cda231e
Octal6210514763410743324336
Binary1100101000101110011111001110000101111001101101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324567; }

 p { color: rgb(50,69,103); }

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

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

 a { background-color: rgb(50,69,103); }

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

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

 span { border-color: rgb(50,69,103); }

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