#343E52

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

Shades of Cloud Burst #343E52

Tints of Cloud Burst #343E52

Color information

#343E52 (or 0x343E52) is unknown color: approx Cloud Burst. HEX triplet: 34, 3E and 52. RGB value is (52,62,82). Sum of RGB (Red+Green+Blue) = 52+62+82=196 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.53% from 196); Green value is 62 (24.61% from 255 or 31.63% from 196); Blue value is 82 (32.42% from 255 or 41.84% from 196); Max value from RGB is 82 - color contains mainly: blue. Hex color #343E52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343E52 is #CBC1AD. Grayscale: #3D3D3D. Windows color (decimal): -13353390 or 5389876. OLE color: 5389876.

HSL color Cylindrical-coordinate representation of color #343E52: hue angle of 220º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #343E52 is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB526282-
CMYK0.370.2400.68
HSL220º22.39%26.27%-
HSV(B)220º36.59%32.16%-
XYZ4.664.788.66-
YUV61.29139.69121.37-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.53%
GREEN value IS 62 (24.61% from 255) = 31.63%
BLUE value IS 82 (32.42% from 255) = 41.84%
R=26.53%
G=31.63%
B=41.84%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5262820.370.2400.6822022.3926.27
Hex343E522518044dc161a
Octal6476122453001043342632
Binary11010011111010100101001011100001000100110111001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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