Html Css Color HEX #324666 Gulf Blue

📋 copy color: '#324666'

red 50 ◦ green 70 ◦ blue 102

#324666
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gulf Blue #324666

Tints of Gulf Blue #324666

RGB

 RED value IS 50 (19.92% from 255) = 22.52%

 GREEN value IS 70 (27.73% from 255) = 31.53%

 BLUE value IS 102 (40.23% from 255) = 45.95%

R = 22.52%
G = 31.53%
B = 45.95%

CMYK

 C value IS 0.51

 M value IS 0.31

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#324666 (or 0x324666) is known color: Gulf Blue. HEX triplet: 32, 46 and 66. RGB value is (50,70,102). Sum of RGB (Red+Green+Blue) = 50+70+102=222 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.52% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 102 (40.23% from 255 or 45.95% from 222); Max value from RGB is 102 - color contains mainly: blue. Hex color #324666 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324666 is #CDB999. Grayscale: #434343. Windows color (decimal): -13482394 or 6702642. OLE color: 6702642.

HSL color Cylindrical-coordinate representation of color #324666: hue angle of 216.92º degrees, saturation: 0.34, 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 #324666 is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 50 70 102 -
CMYK 0.51 0.31 0 0.6
HSL 216.92º 0.34% 0.3% -
HSV(B) 216.92º 0.51% 0.4% -
XYZ 5.9 6.02 13.42 -
YUV 67.67 147.37 115.4 -
System Red Green Blue C M Y K H S L
Decimal 50 70 102 0.51 0.31 0 0.6 216.92 0.34 0.3
Hex 32 46 66 33 1F 0 3C D9 22 1E
Octal 62 106 146 63 37 0 74 331 42 36
Binary 110010 1000110 1100110 110011 11111 0 111100 11011001 100010 11110

Color Harmonies of #324666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324666

Black with #324666

Text Example


Text Example

White with #324666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324666; }

 p { color: rgb(50,70,102); }

 H1.HeaderClassName
 {
   color: #324666;
 }
 .AnyTagClassName
 {
   color: #324666;
 }
</style>

background-color css

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

 a { background-color: rgb(50,70,102); }

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

border-color css

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

 span { border-color: rgb(50,70,102); }

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