Html Css Color HEX #324564 Gulf Blue

📋 copy color: '#324564'

red 50 ◦ green 69 ◦ blue 100

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

Shades of Gulf Blue #324564

Tints of Gulf Blue #324564

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.51%

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

R = 22.83%
G = 31.51%
B = 45.66%

CMYK

 C value IS 0.50

 M value IS 0.31

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#324564 (or 0x324564) is known color: Gulf Blue. HEX triplet: 32, 45 and 64. RGB value is (50,69,100). Sum of RGB (Red+Green+Blue) = 50+69+100=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 100 (39.45% from 255 or 45.66% from 219); Max value from RGB is 100 - color contains mainly: blue. Hex color #324564 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324564 is #CDBA9B. Grayscale: #424242. Windows color (decimal): -13482652 or 6571314. OLE color: 6571314.

HSL color Cylindrical-coordinate representation of color #324564: hue angle of 217.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 #324564 is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 50 69 100 -
CMYK 0.50 0.31 0 0.61
HSL 217.2º 0.33% 0.29% -
HSV(B) 217.2º 0.5% 0.39% -
XYZ 5.74 5.85 12.88 -
YUV 66.85 146.71 115.98 -
System Red Green Blue C M Y K H S L
Decimal 50 69 100 0.50 0.31 0 0.61 217.2 0.33 0.29
Hex 32 45 64 32 1F 0 3D D9 21 1D
Octal 62 105 144 62 37 0 75 331 41 35
Binary 110010 1000101 1100100 110010 11111 0 111101 11011001 100001 11101

Color Harmonies of #324564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324564

Black with #324564

Text Example


Text Example

White with #324564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324564; }

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

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

background-color css

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

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

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

border-color css

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

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

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