Html Css Color HEX #323952 Cloud Burst

📋 copy color: '#323952'

red 50 ◦ green 57 ◦ blue 82

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

Shades of Cloud Burst #323952

Tints of Cloud Burst #323952

RGB

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

 GREEN value IS 57 (22.66% from 255) = 30.16%

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

R = 26.46%
G = 30.16%
B = 43.39%

CMYK

 C value IS 0.39

 M value IS 0.30

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#323952 (or 0x323952) is known color: Cloud Burst. HEX triplet: 32, 39 and 52. RGB value is (50,57,82). Sum of RGB (Red+Green+Blue) = 50+57+82=189 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.46% from 189); Green value is 57 (22.66% from 255 or 30.16% from 189); Blue value is 82 (32.42% from 255 or 43.39% from 189); Max value from RGB is 82 - color contains mainly: blue. Hex color #323952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323952 is #CDC6AD. Grayscale: #393939. Windows color (decimal): -13485742 or 5388594. OLE color: 5388594.

HSL color Cylindrical-coordinate representation of color #323952: hue angle of 226.88º 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 #323952 is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 50 57 82 -
CMYK 0.39 0.30 0 0.68
HSL 226.88º 0.24% 0.26% -
HSV(B) 226.88º 0.39% 0.32% -
XYZ 4.3 4.21 8.57 -
YUV 57.76 141.68 122.47 -
System Red Green Blue C M Y K H S L
Decimal 50 57 82 0.39 0.30 0 0.68 226.88 0.24 0.26
Hex 32 39 52 27 1E 0 44 E3 18 1A
Octal 62 71 122 47 36 0 104 343 30 32
Binary 110010 111001 1010010 100111 11110 0 1000100 11100011 11000 11010

Color Harmonies of #323952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323952

Black with #323952

Text Example


Text Example

White with #323952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323952; }

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

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

background-color css

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

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

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

border-color css

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

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

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