Html Css Color HEX #324463 Gulf Blue

📋 copy color: '#324463'

red 50 ◦ green 68 ◦ blue 99

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

Shades of Gulf Blue #324463

Tints of Gulf Blue #324463

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.34%

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

R = 23.04%
G = 31.34%
B = 45.62%

CMYK

 C value IS 0.49

 M value IS 0.31

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#324463 (or 0x324463) is known color: Gulf Blue. HEX triplet: 32, 44 and 63. RGB value is (50,68,99). Sum of RGB (Red+Green+Blue) = 50+68+99=217 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.04% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 99 (39.06% from 255 or 45.62% from 217); Max value from RGB is 99 - color contains mainly: blue. Hex color #324463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324463 is #CDBB9C. Grayscale: #424242. Windows color (decimal): -13482909 or 6505522. OLE color: 6505522.

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

Color convert

RGB 50 68 99 -
CMYK 0.49 0.31 0 0.61
HSL 217.96º 0.33% 0.29% -
HSV(B) 217.96º 0.49% 0.39% -
XYZ 5.63 5.71 12.61 -
YUV 66.15 146.54 116.48 -
System Red Green Blue C M Y K H S L
Decimal 50 68 99 0.49 0.31 0 0.61 217.96 0.33 0.29
Hex 32 44 63 31 1F 0 3D DA 21 1D
Octal 62 104 143 61 37 0 75 332 41 35
Binary 110010 1000100 1100011 110001 11111 0 111101 11011010 100001 11101

Color Harmonies of #324463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324463

Black with #324463

Text Example


Text Example

White with #324463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324463; }

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

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

background-color css

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

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

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

border-color css

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

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

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