Html Css Color HEX #324663 Gulf Blue

📋 copy color: '#324663'

red 50 ◦ green 70 ◦ blue 99

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

Shades of Gulf Blue #324663

Tints of Gulf Blue #324663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 45.21%

R = 22.83%
G = 31.96%
B = 45.21%

CMYK

 C value IS 0.49

 M value IS 0.29

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#324663 (or 0x324663) is known color: Gulf Blue. HEX triplet: 32, 46 and 63. RGB value is (50,70,99). Sum of RGB (Red+Green+Blue) = 50+70+99=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 99 (39.06% from 255 or 45.21% from 219); Max value from RGB is 99 - color contains mainly: blue. Hex color #324663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324663 is #CDB99C. Grayscale: #434343. Windows color (decimal): -13482397 or 6506034. OLE color: 6506034.

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

Color convert

RGB 50 70 99 -
CMYK 0.49 0.29 0 0.61
HSL 215.51º 0.33% 0.29% -
HSV(B) 215.51º 0.49% 0.39% -
XYZ 5.76 5.96 12.65 -
YUV 67.33 145.87 115.64 -
System Red Green Blue C M Y K H S L
Decimal 50 70 99 0.49 0.29 0 0.61 215.51 0.33 0.29
Hex 32 46 63 31 1D 0 3D D8 21 1D
Octal 62 106 143 61 35 0 75 330 41 35
Binary 110010 1000110 1100011 110001 11101 0 111101 11011000 100001 11101

Color Harmonies of #324663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324663

Black with #324663

Text Example


Text Example

White with #324663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324663; }

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

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

background-color css

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

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

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

border-color css

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

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

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