#343E4B

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

Shades of Cloud Burst #343E4B

Tints of Cloud Burst #343E4B

Color information

#343E4B (or 0x343E4B) is unknown color: approx Cloud Burst. HEX triplet: 34, 3E and 4B. RGB value is (52,62,75). Sum of RGB (Red+Green+Blue) = 52+62+75=189 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.51% from 189); Green value is 62 (24.61% from 255 or 32.80% from 189); Blue value is 75 (29.69% from 255 or 39.68% from 189); Max value from RGB is 75 - color contains mainly: blue. Hex color #343E4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343E4B is #CBC1B4. Grayscale: #3C3C3C. Windows color (decimal): -13353397 or 4931124. OLE color: 4931124.

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

Color convert

RGB526275-
CMYK0.310.1700.71
HSL213.91º18.11%24.9%-
HSV(B)213.91º30.67%29.41%-
XYZ4.414.687.33-
YUV60.49136.19121.94-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.51%
GREEN value IS 62 (24.61% from 255) = 32.80%
BLUE value IS 75 (29.69% from 255) = 39.68%
R=27.51%
G=32.80%
B=39.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5262750.310.1700.71213.9118.1124.9
Hex343E4B1F11047d61219
Octal6476113372101073262231
Binary1101001111101001011111111000101000111110101101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,62,75); }

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

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

 a { background-color: rgb(52,62,75); }

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

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

 span { border-color: rgb(52,62,75); }

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