Html Css Color HEX #324767 Gulf Blue

📋 copy color: '#324767'

red 50 ◦ green 71 ◦ blue 103

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

Shades of Gulf Blue #324767

Tints of Gulf Blue #324767

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.7%

 BLUE value IS 103 (40.63% from 255) = 45.98%

R = 22.32%
G = 31.7%
B = 45.98%

CMYK

 C value IS 0.51

 M value IS 0.31

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#324767 (or 0x324767) is known color: Gulf Blue. HEX triplet: 32, 47 and 67. RGB value is (50,71,103). Sum of RGB (Red+Green+Blue) = 50+71+103=224 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.32% from 224); Green value is 71 (28.12% from 255 or 31.70% from 224); Blue value is 103 (40.62% from 255 or 45.98% from 224); Max value from RGB is 103 - color contains mainly: blue. Hex color #324767 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324767 is #CDB898. Grayscale: #444444. Windows color (decimal): -13482137 or 6768434. OLE color: 6768434.

HSL color Cylindrical-coordinate representation of color #324767: hue angle of 216.23º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #324767 is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 50 71 103 -
CMYK 0.51 0.31 0 0.60
HSL 216.23º 0.35% 0.3% -
HSV(B) 216.23º 0.51% 0.4% -
XYZ 6.02 6.16 13.7 -
YUV 68.37 147.54 114.9 -
System Red Green Blue C M Y K H S L
Decimal 50 71 103 0.51 0.31 0 0.60 216.23 0.35 0.3
Hex 32 47 67 33 1F 0 3C D8 23 1E
Octal 62 107 147 63 37 0 74 330 43 36
Binary 110010 1000111 1100111 110011 11111 0 111100 11011000 100011 11110

Color Harmonies of #324767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324767

Black with #324767

Text Example


Text Example

White with #324767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324767; }

 p { color: rgb(50,71,103); }

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

background-color css

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

 a { background-color: rgb(50,71,103); }

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

border-color css

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

 span { border-color: rgb(50,71,103); }

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