Html Css Color HEX #323852 Gulf Blue

📋 copy color: '#323852'

red 50 ◦ green 56 ◦ blue 82

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

Shades of Gulf Blue #323852

Tints of Gulf Blue #323852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 43.62%

R = 26.6%
G = 29.79%
B = 43.62%

CMYK

 C value IS 0.39

 M value IS 0.32

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#323852 (or 0x323852) is known color: Gulf Blue. HEX triplet: 32, 38 and 52. RGB value is (50,56,82). Sum of RGB (Red+Green+Blue) = 50+56+82=188 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.60% from 188); Green value is 56 (22.27% from 255 or 29.79% from 188); Blue value is 82 (32.42% from 255 or 43.62% from 188); Max value from RGB is 82 - color contains mainly: blue. Hex color #323852 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323852 is #CDC7AD. Grayscale: #393939. Windows color (decimal): -13485998 or 5388338. OLE color: 5388338.

HSL color Cylindrical-coordinate representation of color #323852: hue angle of 228.75º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #323852 is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 50 56 82 -
CMYK 0.39 0.32 0 0.68
HSL 228.75º 0.24% 0.26% -
HSV(B) 228.75º 0.39% 0.32% -
XYZ 4.25 4.12 8.55 -
YUV 57.17 142.01 122.89 -
System Red Green Blue C M Y K H S L
Decimal 50 56 82 0.39 0.32 0 0.68 228.75 0.24 0.26
Hex 32 38 52 27 20 0 44 E5 18 1A
Octal 62 70 122 47 40 0 104 345 30 32
Binary 110010 111000 1010010 100111 100000 0 1000100 11100101 11000 11010

Color Harmonies of #323852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323852

Black with #323852

Text Example


Text Example

White with #323852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323852; }

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

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

background-color css

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

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

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

border-color css

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

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

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