Html Css Color HEX #324261 Gulf Blue

📋 copy color: '#324261'

red 50 ◦ green 66 ◦ blue 97

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

Shades of Gulf Blue #324261

Tints of Gulf Blue #324261

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.99%

 BLUE value IS 97 (38.28% from 255) = 45.54%

R = 23.47%
G = 30.99%
B = 45.54%

CMYK

 C value IS 0.48

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#324261 (or 0x324261) is known color: Gulf Blue. HEX triplet: 32, 42 and 61. RGB value is (50,66,97). Sum of RGB (Red+Green+Blue) = 50+66+97=213 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.47% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 97 (38.28% from 255 or 45.54% from 213); Max value from RGB is 97 - color contains mainly: blue. Hex color #324261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324261 is #CDBD9E. Grayscale: #404040. Windows color (decimal): -13483423 or 6373938. OLE color: 6373938.

HSL color Cylindrical-coordinate representation of color #324261: hue angle of 219.57º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #324261 is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 50 66 97 -
CMYK 0.48 0.32 0 0.62
HSL 219.57º 0.32% 0.29% -
HSV(B) 219.57º 0.48% 0.38% -
XYZ 5.42 5.44 12.07 -
YUV 64.75 146.2 117.48 -
System Red Green Blue C M Y K H S L
Decimal 50 66 97 0.48 0.32 0 0.62 219.57 0.32 0.29
Hex 32 42 61 30 20 0 3E DC 20 1D
Octal 62 102 141 60 40 0 76 334 40 35
Binary 110010 1000010 1100001 110000 100000 0 111110 11011100 100000 11101

Color Harmonies of #324261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324261

Black with #324261

Text Example


Text Example

White with #324261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324261; }

 p { color: rgb(50,66,97); }

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

background-color css

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

 a { background-color: rgb(50,66,97); }

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

border-color css

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

 span { border-color: rgb(50,66,97); }

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