Html Css Color HEX #323B5C Gulf Blue

📋 copy color: '#323B5C'

red 50 ◦ green 59 ◦ blue 92

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

Shades of Gulf Blue #323B5C

Tints of Gulf Blue #323B5C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 29.35%

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

R = 24.88%
G = 29.35%
B = 45.77%

CMYK

 C value IS 0.46

 M value IS 0.36

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#323B5C (or 0x323B5C) is known color: Gulf Blue. HEX triplet: 32, 3B and 5C. RGB value is (50,59,92). Sum of RGB (Red+Green+Blue) = 50+59+92=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 59 (23.44% from 255 or 29.35% from 201); Blue value is 92 (36.33% from 255 or 45.77% from 201); Max value from RGB is 92 - color contains mainly: blue. Hex color #323B5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323B5C is #CDC4A3. Grayscale: #3B3B3B. Windows color (decimal): -13485220 or 6044466. OLE color: 6044466.

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

Color convert

RGB 50 59 92 -
CMYK 0.46 0.36 0 0.64
HSL 227.14º 0.3% 0.28% -
HSV(B) 227.14º 0.46% 0.36% -
XYZ 4.81 4.58 10.76 -
YUV 60.07 146.02 120.82 -
System Red Green Blue C M Y K H S L
Decimal 50 59 92 0.46 0.36 0 0.64 227.14 0.3 0.28
Hex 32 3B 5C 2E 24 0 40 E3 1E 1C
Octal 62 73 134 56 44 0 100 343 36 34
Binary 110010 111011 1011100 101110 100100 0 1000000 11100011 11110 11100

Color Harmonies of #323B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323B5C

Black with #323B5C

Text Example


Text Example

White with #323B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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