Html Css Color HEX #323D4C Cloud Burst

📋 copy color: '#323D4C'

red 50 ◦ green 61 ◦ blue 76

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

Shades of Cloud Burst #323D4C

Tints of Cloud Burst #323D4C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 32.62%

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

R = 26.74%
G = 32.62%
B = 40.64%

CMYK

 C value IS 0.34

 M value IS 0.20

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#323D4C (or 0x323D4C) is known color: Cloud Burst. HEX triplet: 32, 3D and 4C. RGB value is (50,61,76). Sum of RGB (Red+Green+Blue) = 50+61+76=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 61 (24.22% from 255 or 32.62% from 187); Blue value is 76 (30.08% from 255 or 40.64% from 187); Max value from RGB is 76 - color contains mainly: blue. Hex color #323D4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323D4C is #CDC2B3. Grayscale: #3B3B3B. Windows color (decimal): -13484724 or 4996402. OLE color: 4996402.

HSL color Cylindrical-coordinate representation of color #323D4C: hue angle of 214.62º 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 #323D4C is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 50 61 76 -
CMYK 0.34 0.20 0 0.70
HSL 214.62º 0.21% 0.25% -
HSV(B) 214.62º 0.34% 0.3% -
XYZ 4.29 4.54 7.49 -
YUV 59.42 137.36 121.28 -
System Red Green Blue C M Y K H S L
Decimal 50 61 76 0.34 0.20 0 0.70 214.62 0.21 0.25
Hex 32 3D 4C 22 14 0 46 D7 15 19
Octal 62 75 114 42 24 0 106 327 25 31
Binary 110010 111101 1001100 100010 10100 0 1000110 11010111 10101 11001

Color Harmonies of #323D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323D4C

Black with #323D4C

Text Example


Text Example

White with #323D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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