Html Css Color HEX #323C49 Cloud Burst

📋 copy color: '#323C49'

red 50 ◦ green 60 ◦ blue 73

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

Shades of Cloud Burst #323C49

Tints of Cloud Burst #323C49

RGB

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

 GREEN value IS 60 (23.83% from 255) = 32.79%

 BLUE value IS 73 (28.91% from 255) = 39.89%

R = 27.32%
G = 32.79%
B = 39.89%

CMYK

 C value IS 0.32

 M value IS 0.18

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#323C49 (or 0x323C49) is known color: Cloud Burst. HEX triplet: 32, 3C and 49. RGB value is (50,60,73). Sum of RGB (Red+Green+Blue) = 50+60+73=183 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.32% from 183); Green value is 60 (23.83% from 255 or 32.79% from 183); Blue value is 73 (28.91% from 255 or 39.89% from 183); Max value from RGB is 73 - color contains mainly: blue. Hex color #323C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323C49 is #CDC3B6. Grayscale: #3A3A3A. Windows color (decimal): -13484983 or 4799538. OLE color: 4799538.

HSL color Cylindrical-coordinate representation of color #323C49: hue angle of 213.91º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #323C49 is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 50 60 73 -
CMYK 0.32 0.18 0 0.71
HSL 213.91º 0.19% 0.24% -
HSV(B) 213.91º 0.32% 0.29% -
XYZ 4.13 4.39 6.93 -
YUV 58.49 136.19 121.94 -
System Red Green Blue C M Y K H S L
Decimal 50 60 73 0.32 0.18 0 0.71 213.91 0.19 0.24
Hex 32 3C 49 20 12 0 47 D6 13 18
Octal 62 74 111 40 22 0 107 326 23 30
Binary 110010 111100 1001001 100000 10010 0 1000111 11010110 10011 11000

Color Harmonies of #323C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323C49

Black with #323C49

Text Example


Text Example

White with #323C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,60,73); }

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

background-color css

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

 a { background-color: rgb(50,60,73); }

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

border-color css

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

 span { border-color: rgb(50,60,73); }

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