Html Css Color HEX #324161 Gulf Blue

📋 copy color: '#324161'

red 50 ◦ green 65 ◦ blue 97

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

Shades of Gulf Blue #324161

Tints of Gulf Blue #324161

RGB

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

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

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

R = 23.58%
G = 30.66%
B = 45.75%

CMYK

 C value IS 0.48

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#324161 (or 0x324161) is known color: Gulf Blue. HEX triplet: 32, 41 and 61. RGB value is (50,65,97). Sum of RGB (Red+Green+Blue) = 50+65+97=212 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.58% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 97 (38.28% from 255 or 45.75% from 212); Max value from RGB is 97 - color contains mainly: blue. Hex color #324161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324161 is #CDBE9E. Grayscale: #404040. Windows color (decimal): -13483679 or 6373682. OLE color: 6373682.

HSL color Cylindrical-coordinate representation of color #324161: hue angle of 220.85º 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 #324161 is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 50 65 97 -
CMYK 0.48 0.33 0 0.62
HSL 220.85º 0.32% 0.29% -
HSV(B) 220.85º 0.48% 0.38% -
XYZ 5.36 5.32 12.05 -
YUV 64.16 146.53 117.9 -
System Red Green Blue C M Y K H S L
Decimal 50 65 97 0.48 0.33 0 0.62 220.85 0.32 0.29
Hex 32 41 61 30 21 0 3E DD 20 1D
Octal 62 101 141 60 41 0 76 335 40 35
Binary 110010 1000001 1100001 110000 100001 0 111110 11011101 100000 11101

Color Harmonies of #324161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324161

Black with #324161

Text Example


Text Example

White with #324161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324161; }

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

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

background-color css

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

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

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

border-color css

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

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

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