#343B4D

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

Shades of Cloud Burst #343B4D

Tints of Cloud Burst #343B4D

Color information

#343B4D (or 0x343B4D) is unknown color: approx Cloud Burst. HEX triplet: 34, 3B and 4D. RGB value is (52,59,77). Sum of RGB (Red+Green+Blue) = 52+59+77=188 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.66% from 188); Green value is 59 (23.44% from 255 or 31.38% from 188); Blue value is 77 (30.47% from 255 or 40.96% from 188); Max value from RGB is 77 - color contains mainly: blue. Hex color #343B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343B4D is #CBC4B2. Grayscale: #3A3A3A. Windows color (decimal): -13354163 or 5061428. OLE color: 5061428.

HSL color Cylindrical-coordinate representation of color #343B4D: hue angle of 223.2º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #343B4D is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB525977-
CMYK0.320.2300.70
HSL223.2º19.38%25.29%-
HSV(B)223.2º32.47%30.2%-
XYZ4.324.397.64-
YUV58.96138.18123.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.66%
GREEN value IS 59 (23.44% from 255) = 31.38%
BLUE value IS 77 (30.47% from 255) = 40.96%
R=27.66%
G=31.38%
B=40.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5259770.320.2300.70223.219.3825.29
Hex343B4D2017046df1319
Octal6473115402701063372331
Binary11010011101110011011000001011101000110110111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,59,77); }

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

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

 a { background-color: rgb(52,59,77); }

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

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

 span { border-color: rgb(52,59,77); }

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