Html Css Color HEX #324365 Gulf Blue

📋 copy color: '#324365'

red 50 ◦ green 67 ◦ blue 101

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

Shades of Gulf Blue #324365

Tints of Gulf Blue #324365

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.73%

 BLUE value IS 101 (39.84% from 255) = 46.33%

R = 22.94%
G = 30.73%
B = 46.33%

CMYK

 C value IS 0.50

 M value IS 0.34

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#324365 (or 0x324365) is known color: Gulf Blue. HEX triplet: 32, 43 and 65. RGB value is (50,67,101). Sum of RGB (Red+Green+Blue) = 50+67+101=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 101 (39.84% from 255 or 46.33% from 218); Max value from RGB is 101 - color contains mainly: blue. Hex color #324365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324365 is #CDBC9A. Grayscale: #414141. Windows color (decimal): -13483163 or 6636338. OLE color: 6636338.

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

Color convert

RGB 50 67 101 -
CMYK 0.50 0.34 0 0.60
HSL 220º 0.34% 0.3% -
HSV(B) 220º 0.5% 0.4% -
XYZ 5.67 5.63 13.1 -
YUV 65.79 147.87 116.74 -
System Red Green Blue C M Y K H S L
Decimal 50 67 101 0.50 0.34 0 0.60 220 0.34 0.3
Hex 32 43 65 32 22 0 3C DC 22 1E
Octal 62 103 145 62 42 0 74 334 42 36
Binary 110010 1000011 1100101 110010 100010 0 111100 11011100 100010 11110

Color Harmonies of #324365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324365

Black with #324365

Text Example


Text Example

White with #324365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324365; }

 p { color: rgb(50,67,101); }

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

background-color css

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

 a { background-color: rgb(50,67,101); }

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

border-color css

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

 span { border-color: rgb(50,67,101); }

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