#343C47

Color #343C47 Cloud Burst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cloud Burst #343C47

Tints of Cloud Burst #343C47

Color information

#343C47 (or 0x343C47) is unknown color: approx Cloud Burst. HEX triplet: 34, 3C and 47. RGB value is (52,60,71). Sum of RGB (Red+Green+Blue) = 52+60+71=183 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.42% from 183); Green value is 60 (23.83% from 255 or 32.79% from 183); Blue value is 71 (28.12% from 255 or 38.80% from 183); Max value from RGB is 71 - color contains mainly: blue. Hex color #343C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343C47 is #CBC3B8. Grayscale: #3A3A3A. Windows color (decimal): -13353913 or 4668468. OLE color: 4668468.

HSL color Cylindrical-coordinate representation of color #343C47: hue angle of 214.74º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #343C47 is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB526071-
CMYK0.270.1500.72
HSL214.74º15.45%24.12%-
HSV(B)214.74º26.76%27.84%-
XYZ4.174.426.59-
YUV58.86134.85123.11-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.42%
GREEN value IS 60 (23.83% from 255) = 32.79%
BLUE value IS 71 (28.12% from 255) = 38.80%
R=28.42%
G=32.79%
B=38.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5260710.270.1500.72214.7415.4524.12
Hex343C471BF048d7f18
Octal6474107331701103271730
Binary11010011110010001111101111110100100011010111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343C47; }

 p { color: rgb(52,60,71); }

 H1.HeaderClassName
 {
   color: #343C47;
 }
 .AnyTagClassName
 {
   color: #343C47;
 }
</style>
background-color css

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

 a { background-color: rgb(52,60,71); }

 div.DivClassName
 {
   background-color: #343C47;
 }
 .BgClassName
 {
   background-color: #343C47;
 }
</style>
border-color css

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

 span { border-color: rgb(52,60,71); }

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