Html Css Color HEX #324064 Gulf Blue

📋 copy color: '#324064'

red 50 ◦ green 64 ◦ blue 100

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

Shades of Gulf Blue #324064

Tints of Gulf Blue #324064

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.91%

 BLUE value IS 100 (39.45% from 255) = 46.73%

R = 23.36%
G = 29.91%
B = 46.73%

CMYK

 C value IS 0.50

 M value IS 0.36

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#324064 (or 0x324064) is known color: Gulf Blue. HEX triplet: 32, 40 and 64. RGB value is (50,64,100). Sum of RGB (Red+Green+Blue) = 50+64+100=214 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.36% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 100 (39.45% from 255 or 46.73% from 214); Max value from RGB is 100 - color contains mainly: blue. Hex color #324064 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324064 is #CDBF9B. Grayscale: #3F3F3F. Windows color (decimal): -13483932 or 6570034. OLE color: 6570034.

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

Color convert

RGB 50 64 100 -
CMYK 0.50 0.36 0 0.61
HSL 223.2º 0.33% 0.29% -
HSV(B) 223.2º 0.5% 0.39% -
XYZ 5.45 5.27 12.79 -
YUV 63.92 148.36 118.07 -
System Red Green Blue C M Y K H S L
Decimal 50 64 100 0.50 0.36 0 0.61 223.2 0.33 0.29
Hex 32 40 64 32 24 0 3D DF 21 1D
Octal 62 100 144 62 44 0 75 337 41 35
Binary 110010 1000000 1100100 110010 100100 0 111101 11011111 100001 11101

Color Harmonies of #324064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324064

Black with #324064

Text Example


Text Example

White with #324064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324064; }

 p { color: rgb(50,64,100); }

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

background-color css

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

 a { background-color: rgb(50,64,100); }

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

border-color css

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

 span { border-color: rgb(50,64,100); }

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