Html Css Color HEX #323853 Gulf Blue

📋 copy color: '#323853'

red 50 ◦ green 56 ◦ blue 83

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

Shades of Gulf Blue #323853

Tints of Gulf Blue #323853

RGB

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

 GREEN value IS 56 (22.27% from 255) = 29.63%

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

R = 26.46%
G = 29.63%
B = 43.92%

CMYK

 C value IS 0.40

 M value IS 0.33

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#323853 (or 0x323853) is known color: Gulf Blue. HEX triplet: 32, 38 and 53. RGB value is (50,56,83). Sum of RGB (Red+Green+Blue) = 50+56+83=189 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.46% from 189); Green value is 56 (22.27% from 255 or 29.63% from 189); Blue value is 83 (32.81% from 255 or 43.92% from 189); Max value from RGB is 83 - color contains mainly: blue. Hex color #323853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323853 is #CDC7AC. Grayscale: #393939. Windows color (decimal): -13485997 or 5453874. OLE color: 5453874.

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

Color convert

RGB 50 56 83 -
CMYK 0.40 0.33 0 0.67
HSL 229.09º 0.25% 0.26% -
HSV(B) 229.09º 0.4% 0.33% -
XYZ 4.29 4.13 8.75 -
YUV 57.28 142.51 122.8 -
System Red Green Blue C M Y K H S L
Decimal 50 56 83 0.40 0.33 0 0.67 229.09 0.25 0.26
Hex 32 38 53 28 21 0 43 E5 19 1A
Octal 62 70 123 50 41 0 103 345 31 32
Binary 110010 111000 1010011 101000 100001 0 1000011 11100101 11001 11010

Color Harmonies of #323853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323853

Black with #323853

Text Example


Text Example

White with #323853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323853; }

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

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

background-color css

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

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

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

border-color css

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

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

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