Html Css Color HEX #323B4C Cloud Burst

📋 copy color: '#323B4C'

red 50 ◦ green 59 ◦ blue 76

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

Shades of Cloud Burst #323B4C

Tints of Cloud Burst #323B4C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 31.89%

 BLUE value IS 76 (30.08% from 255) = 41.08%

R = 27.03%
G = 31.89%
B = 41.08%

CMYK

 C value IS 0.34

 M value IS 0.22

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#323B4C (or 0x323B4C) is known color: Cloud Burst. HEX triplet: 32, 3B and 4C. RGB value is (50,59,76). Sum of RGB (Red+Green+Blue) = 50+59+76=185 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.03% from 185); Green value is 59 (23.44% from 255 or 31.89% from 185); Blue value is 76 (30.08% from 255 or 41.08% from 185); Max value from RGB is 76 - color contains mainly: blue. Hex color #323B4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323B4C is #CDC4B3. Grayscale: #3A3A3A. Windows color (decimal): -13485236 or 4995890. OLE color: 4995890.

HSL color Cylindrical-coordinate representation of color #323B4C: hue angle of 219.23º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #323B4C is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 50 59 76 -
CMYK 0.34 0.22 0 0.70
HSL 219.23º 0.21% 0.25% -
HSV(B) 219.23º 0.34% 0.3% -
XYZ 4.18 4.33 7.45 -
YUV 58.25 138.02 122.12 -
System Red Green Blue C M Y K H S L
Decimal 50 59 76 0.34 0.22 0 0.70 219.23 0.21 0.25
Hex 32 3B 4C 22 16 0 46 DB 15 19
Octal 62 73 114 42 26 0 106 333 25 31
Binary 110010 111011 1001100 100010 10110 0 1000110 11011011 10101 11001

Color Harmonies of #323B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323B4C

Black with #323B4C

Text Example


Text Example

White with #323B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,59,76); }

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

background-color css

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

 a { background-color: rgb(50,59,76); }

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

border-color css

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

 span { border-color: rgb(50,59,76); }

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