Html Css Color HEX #343D52 Cloud Burst

📋 copy color: '#343D52'

red 52 ◦ green 61 ◦ blue 82

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

Shades of Cloud Burst #343D52

Tints of Cloud Burst #343D52

RGB

 RED value IS 52 (20.7% from 255) = 26.67%

 GREEN value IS 61 (24.22% from 255) = 31.28%

 BLUE value IS 82 (32.42% from 255) = 42.05%

R = 26.67%
G = 31.28%
B = 42.05%

CMYK

 C value IS 0.37

 M value IS 0.26

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#343D52 (or 0x343D52) is known color: Cloud Burst. HEX triplet: 34, 3D and 52. RGB value is (52,61,82). Sum of RGB (Red+Green+Blue) = 52+61+82=195 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.67% from 195); Green value is 61 (24.22% from 255 or 31.28% from 195); Blue value is 82 (32.42% from 255 or 42.05% from 195); Max value from RGB is 82 - color contains mainly: blue. Hex color #343D52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343D52 is #CBC2AD. Grayscale: #3C3C3C. Windows color (decimal): -13353646 or 5389620. OLE color: 5389620.

HSL color Cylindrical-coordinate representation of color #343D52: hue angle of 222º 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 #343D52 is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 52 61 82 -
CMYK 0.37 0.26 0 0.68
HSL 222º 0.22% 0.26% -
HSV(B) 222º 0.37% 0.32% -
XYZ 4.61 4.68 8.64 -
YUV 60.7 140.02 121.79 -
System Red Green Blue C M Y K H S L
Decimal 52 61 82 0.37 0.26 0 0.68 222 0.22 0.26
Hex 34 3D 52 25 1A 0 44 DE 16 1A
Octal 64 75 122 45 32 0 104 336 26 32
Binary 110100 111101 1010010 100101 11010 0 1000100 11011110 10110 11010

Color Harmonies of #343D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343D52

Black with #343D52

Text Example


Text Example

White with #343D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #343D52;
 }
 .AnyTagClassName
 {
   color: #343D52;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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