Html Css Color HEX #323950 Cloud Burst

📋 copy color: '#323950'

red 50 ◦ green 57 ◦ blue 80

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

Shades of Cloud Burst #323950

Tints of Cloud Burst #323950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 42.78%

R = 26.74%
G = 30.48%
B = 42.78%

CMYK

 C value IS 0.37

 M value IS 0.29

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#323950 (or 0x323950) is known color: Cloud Burst. HEX triplet: 32, 39 and 50. RGB value is (50,57,80). Sum of RGB (Red+Green+Blue) = 50+57+80=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 57 (22.66% from 255 or 30.48% from 187); Blue value is 80 (31.64% from 255 or 42.78% from 187); Max value from RGB is 80 - color contains mainly: blue. Hex color #323950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323950 is #CDC6AF. Grayscale: #393939. Windows color (decimal): -13485744 or 5257522. OLE color: 5257522.

HSL color Cylindrical-coordinate representation of color #323950: hue angle of 226º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #323950 is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 50 57 80 -
CMYK 0.37 0.29 0 0.69
HSL 226º 0.23% 0.25% -
HSV(B) 226º 0.38% 0.31% -
XYZ 4.23 4.18 8.17 -
YUV 57.53 140.68 122.63 -
System Red Green Blue C M Y K H S L
Decimal 50 57 80 0.37 0.29 0 0.69 226 0.23 0.25
Hex 32 39 50 25 1D 0 45 E2 17 19
Octal 62 71 120 45 35 0 105 342 27 31
Binary 110010 111001 1010000 100101 11101 0 1000101 11100010 10111 11001

Color Harmonies of #323950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323950

Black with #323950

Text Example


Text Example

White with #323950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323950; }

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

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

background-color css

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

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

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

border-color css

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

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

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