Html Css Color HEX #324560 Gulf Blue

📋 copy color: '#324560'

red 50 ◦ green 69 ◦ blue 96

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

Shades of Gulf Blue #324560

Tints of Gulf Blue #324560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 44.65%

R = 23.26%
G = 32.09%
B = 44.65%

CMYK

 C value IS 0.48

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#324560 (or 0x324560) is known color: Gulf Blue. HEX triplet: 32, 45 and 60. RGB value is (50,69,96). Sum of RGB (Red+Green+Blue) = 50+69+96=215 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.26% from 215); Green value is 69 (27.34% from 255 or 32.09% from 215); Blue value is 96 (37.89% from 255 or 44.65% from 215); Max value from RGB is 96 - color contains mainly: blue. Hex color #324560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324560 is #CDBA9F. Grayscale: #424242. Windows color (decimal): -13482656 or 6309170. OLE color: 6309170.

HSL color Cylindrical-coordinate representation of color #324560: hue angle of 215.22º 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 #324560 is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 50 69 96 -
CMYK 0.48 0.28 0 0.62
HSL 215.22º 0.32% 0.29% -
HSV(B) 215.22º 0.48% 0.38% -
XYZ 5.55 5.78 11.89 -
YUV 66.4 144.71 116.3 -
System Red Green Blue C M Y K H S L
Decimal 50 69 96 0.48 0.28 0 0.62 215.22 0.32 0.29
Hex 32 45 60 30 1C 0 3E D7 20 1D
Octal 62 105 140 60 34 0 76 327 40 35
Binary 110010 1000101 1100000 110000 11100 0 111110 11010111 100000 11101

Color Harmonies of #324560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324560

Black with #324560

Text Example


Text Example

White with #324560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324560; }

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

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

background-color css

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

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

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

border-color css

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

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

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