#343D53

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

Shades of Cloud Burst #343D53

Tints of Cloud Burst #343D53

Color information

#343D53 (or 0x343D53) is unknown color: approx Cloud Burst. HEX triplet: 34, 3D and 53. RGB value is (52,61,83). Sum of RGB (Red+Green+Blue) = 52+61+83=196 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.53% from 196); Green value is 61 (24.22% from 255 or 31.12% from 196); Blue value is 83 (32.81% from 255 or 42.35% from 196); Max value from RGB is 83 - color contains mainly: blue. Hex color #343D53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343D53 is #CBC2AC. Grayscale: #3C3C3C. Windows color (decimal): -13353645 or 5455156. OLE color: 5455156.

HSL color Cylindrical-coordinate representation of color #343D53: hue angle of 222.58º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #343D53 is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB526183-
CMYK0.370.2700.67
HSL222.58º22.96%26.47%-
HSV(B)222.58º37.35%32.55%-
XYZ4.654.698.84-
YUV60.82140.52121.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.53%
GREEN value IS 61 (24.22% from 255) = 31.12%
BLUE value IS 83 (32.81% from 255) = 42.35%
R=26.53%
G=31.12%
B=42.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5261830.370.2700.67222.5822.9626.47
Hex343D53251B043df171a
Octal6475123453301033372732
Binary11010011110110100111001011101101000011110111111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,61,83); }

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

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

 a { background-color: rgb(52,61,83); }

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

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

 span { border-color: rgb(52,61,83); }

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