Html Css Color HEX #324163 Gulf Blue

📋 copy color: '#324163'

red 50 ◦ green 65 ◦ blue 99

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

Shades of Gulf Blue #324163

Tints of Gulf Blue #324163

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.37%

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

R = 23.36%
G = 30.37%
B = 46.26%

CMYK

 C value IS 0.49

 M value IS 0.34

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#324163 (or 0x324163) is known color: Gulf Blue. HEX triplet: 32, 41 and 63. RGB value is (50,65,99). Sum of RGB (Red+Green+Blue) = 50+65+99=214 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.36% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 99 (39.06% from 255 or 46.26% from 214); Max value from RGB is 99 - color contains mainly: blue. Hex color #324163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324163 is #CDBE9C. Grayscale: #404040. Windows color (decimal): -13483677 or 6504754. OLE color: 6504754.

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

Color convert

RGB 50 65 99 -
CMYK 0.49 0.34 0 0.61
HSL 221.63º 0.33% 0.29% -
HSV(B) 221.63º 0.49% 0.39% -
XYZ 5.46 5.36 12.55 -
YUV 64.39 147.53 117.74 -
System Red Green Blue C M Y K H S L
Decimal 50 65 99 0.49 0.34 0 0.61 221.63 0.33 0.29
Hex 32 41 63 31 22 0 3D DE 21 1D
Octal 62 101 143 61 42 0 75 336 41 35
Binary 110010 1000001 1100011 110001 100010 0 111101 11011110 100001 11101

Color Harmonies of #324163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324163

Black with #324163

Text Example


Text Example

White with #324163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324163; }

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

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

background-color css

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

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

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

border-color css

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

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

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