Html Css Color HEX #324063 Gulf Blue

📋 copy color: '#324063'

red 50 ◦ green 64 ◦ blue 99

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

Shades of Gulf Blue #324063

Tints of Gulf Blue #324063

RGB

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

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

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

R = 23.47%
G = 30.05%
B = 46.48%

CMYK

 C value IS 0.49

 M value IS 0.35

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#324063 (or 0x324063) is known color: Gulf Blue. HEX triplet: 32, 40 and 63. RGB value is (50,64,99). Sum of RGB (Red+Green+Blue) = 50+64+99=213 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.47% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 99 (39.06% from 255 or 46.48% from 213); Max value from RGB is 99 - color contains mainly: blue. Hex color #324063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324063 is #CDBF9C. Grayscale: #3F3F3F. Windows color (decimal): -13483933 or 6504498. OLE color: 6504498.

HSL color Cylindrical-coordinate representation of color #324063: hue angle of 222.86º 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 #324063 is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 50 64 99 -
CMYK 0.49 0.35 0 0.61
HSL 222.86º 0.33% 0.29% -
HSV(B) 222.86º 0.49% 0.39% -
XYZ 5.4 5.25 12.53 -
YUV 63.8 147.86 118.15 -
System Red Green Blue C M Y K H S L
Decimal 50 64 99 0.49 0.35 0 0.61 222.86 0.33 0.29
Hex 32 40 63 31 23 0 3D DF 21 1D
Octal 62 100 143 61 43 0 75 337 41 35
Binary 110010 1000000 1100011 110001 100011 0 111101 11011111 100001 11101

Color Harmonies of #324063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324063

Black with #324063

Text Example


Text Example

White with #324063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324063; }

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

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

background-color css

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

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

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

border-color css

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

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

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