Html Css Color HEX #343D53 Cloud Burst

📋 copy color: '#343D53'

red 52 ◦ green 61 ◦ blue 83

#343D53
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cloud Burst #343D53

Tints of Cloud Burst #343D53

RGB

 RED value IS 52 (20.7% 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 value IS 0.37

 M value IS 0.27

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#343D53 (or 0x343D53) is known color: 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

RGB 52 61 83 -
CMYK 0.37 0.27 0 0.67
HSL 222.58º 0.23% 0.26% -
HSV(B) 222.58º 0.37% 0.33% -
XYZ 4.65 4.69 8.84 -
YUV 60.82 140.52 121.71 -
System Red Green Blue C M Y K H S L
Decimal 52 61 83 0.37 0.27 0 0.67 222.58 0.23 0.26
Hex 34 3D 53 25 1B 0 43 DF 17 1A
Octal 64 75 123 45 33 0 103 337 27 32
Binary 110100 111101 1010011 100101 11011 0 1000011 11011111 10111 11010

Color Harmonies of #343D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343D53

Black with #343D53

Text Example


Text Example

White with #343D53

Text Example


Text Example

HTML Codes & Css Web 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>