Html Css Color HEX #323953 Gulf Blue

📋 copy color: '#323953'

red 50 ◦ green 57 ◦ blue 83

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

Shades of Gulf Blue #323953

Tints of Gulf Blue #323953

RGB

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

 GREEN value IS 57 (22.66% from 255) = 30%

 BLUE value IS 83 (32.81% from 255) = 43.68%

R = 26.32%
G = 30%
B = 43.68%

CMYK

 C value IS 0.40

 M value IS 0.31

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#323953 (or 0x323953) is known color: Gulf Blue. HEX triplet: 32, 39 and 53. RGB value is (50,57,83). Sum of RGB (Red+Green+Blue) = 50+57+83=190 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.32% from 190); Green value is 57 (22.66% from 255 or 30% from 190); Blue value is 83 (32.81% from 255 or 43.68% from 190); Max value from RGB is 83 - color contains mainly: blue. Hex color #323953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323953 is #CDC6AC. Grayscale: #393939. Windows color (decimal): -13485741 or 5454130. OLE color: 5454130.

HSL color Cylindrical-coordinate representation of color #323953: hue angle of 227.27º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #323953 is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 50 57 83 -
CMYK 0.40 0.31 0 0.67
HSL 227.27º 0.25% 0.26% -
HSV(B) 227.27º 0.4% 0.33% -
XYZ 4.34 4.23 8.77 -
YUV 57.87 142.18 122.39 -
System Red Green Blue C M Y K H S L
Decimal 50 57 83 0.40 0.31 0 0.67 227.27 0.25 0.26
Hex 32 39 53 28 1F 0 43 E3 19 1A
Octal 62 71 123 50 37 0 103 343 31 32
Binary 110010 111001 1010011 101000 11111 0 1000011 11100011 11001 11010

Color Harmonies of #323953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323953

Black with #323953

Text Example


Text Example

White with #323953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323953; }

 p { color: rgb(50,57,83); }

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

background-color css

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

 a { background-color: rgb(50,57,83); }

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

border-color css

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

 span { border-color: rgb(50,57,83); }

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