Html Css Color HEX #343E52 Cloud Burst

📋 copy color: '#343E52'

red 52 ◦ green 62 ◦ blue 82

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

Shades of Cloud Burst #343E52

Tints of Cloud Burst #343E52

RGB

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

 M value IS 0.24

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

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

RGB 52 62 82 -
CMYK 0.37 0.24 0 0.68
HSL 220º 0.22% 0.26% -
HSV(B) 220º 0.37% 0.32% -
XYZ 4.66 4.78 8.66 -
YUV 61.29 139.69 121.37 -
System Red Green Blue C M Y K H S L
Decimal 52 62 82 0.37 0.24 0 0.68 220 0.22 0.26
Hex 34 3E 52 25 18 0 44 DC 16 1A
Octal 64 76 122 45 30 0 104 334 26 32
Binary 110100 111110 1010010 100101 11000 0 1000100 11011100 10110 11010

Color Harmonies of #343E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343E52

Black with #343E52

Text Example


Text Example

White with #343E52

Text Example


Text Example

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