Html Css Color HEX #323D5C Gulf Blue

📋 copy color: '#323D5C'

red 50 ◦ green 61 ◦ blue 92

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

Shades of Gulf Blue #323D5C

Tints of Gulf Blue #323D5C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 30.05%

 BLUE value IS 92 (36.33% from 255) = 45.32%

R = 24.63%
G = 30.05%
B = 45.32%

CMYK

 C value IS 0.46

 M value IS 0.34

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#323D5C (or 0x323D5C) is known color: Gulf Blue. HEX triplet: 32, 3D and 5C. RGB value is (50,61,92). Sum of RGB (Red+Green+Blue) = 50+61+92=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 61 (24.22% from 255 or 30.05% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 92 - color contains mainly: blue. Hex color #323D5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323D5C is #CDC2A3. Grayscale: #3D3D3D. Windows color (decimal): -13484708 or 6044978. OLE color: 6044978.

HSL color Cylindrical-coordinate representation of color #323D5C: hue angle of 224.29º 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 #323D5C is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 50 61 92 -
CMYK 0.46 0.34 0 0.64
HSL 224.29º 0.3% 0.28% -
HSV(B) 224.29º 0.46% 0.36% -
XYZ 4.92 4.79 10.79 -
YUV 61.25 145.36 119.98 -
System Red Green Blue C M Y K H S L
Decimal 50 61 92 0.46 0.34 0 0.64 224.29 0.3 0.28
Hex 32 3D 5C 2E 22 0 40 E0 1E 1C
Octal 62 75 134 56 42 0 100 340 36 34
Binary 110010 111101 1011100 101110 100010 0 1000000 11100000 11110 11100

Color Harmonies of #323D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323D5C

Black with #323D5C

Text Example


Text Example

White with #323D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,61,92); }

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

background-color css

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

 a { background-color: rgb(50,61,92); }

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

border-color css

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

 span { border-color: rgb(50,61,92); }

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