Html Css Color HEX #323C5D Gulf Blue

📋 copy color: '#323C5D'

red 50 ◦ green 60 ◦ blue 93

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

Shades of Gulf Blue #323C5D

Tints of Gulf Blue #323C5D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 29.56%

 BLUE value IS 93 (36.72% from 255) = 45.81%

R = 24.63%
G = 29.56%
B = 45.81%

CMYK

 C value IS 0.46

 M value IS 0.35

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#323C5D (or 0x323C5D) is known color: Gulf Blue. HEX triplet: 32, 3C and 5D. RGB value is (50,60,93). Sum of RGB (Red+Green+Blue) = 50+60+93=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 60 (23.83% from 255 or 29.56% from 203); Blue value is 93 (36.72% from 255 or 45.81% from 203); Max value from RGB is 93 - color contains mainly: blue. Hex color #323C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323C5D is #CDC3A2. Grayscale: #3C3C3C. Windows color (decimal): -13484963 or 6110258. OLE color: 6110258.

HSL color Cylindrical-coordinate representation of color #323C5D: hue angle of 226.05º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #323C5D is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 50 60 93 -
CMYK 0.46 0.35 0 0.64
HSL 226.05º 0.3% 0.28% -
HSV(B) 226.05º 0.46% 0.36% -
XYZ 4.91 4.7 11 -
YUV 60.77 146.19 120.32 -
System Red Green Blue C M Y K H S L
Decimal 50 60 93 0.46 0.35 0 0.64 226.05 0.3 0.28
Hex 32 3C 5D 2E 23 0 40 E2 1E 1C
Octal 62 74 135 56 43 0 100 342 36 34
Binary 110010 111100 1011101 101110 100011 0 1000000 11100010 11110 11100

Color Harmonies of #323C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323C5D

Black with #323C5D

Text Example


Text Example

White with #323C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323C5D; }

 p { color: rgb(50,60,93); }

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

background-color css

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

 a { background-color: rgb(50,60,93); }

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

border-color css

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

 span { border-color: rgb(50,60,93); }

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