Html Css Color HEX #343E53 Cloud Burst

📋 copy color: '#343E53'

red 52 ◦ green 62 ◦ blue 83

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

Shades of Cloud Burst #343E53

Tints of Cloud Burst #343E53

RGB

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

 GREEN value IS 62 (24.61% from 255) = 31.47%

 BLUE value IS 83 (32.81% from 255) = 42.13%

R = 26.4%
G = 31.47%
B = 42.13%

CMYK

 C value IS 0.37

 M value IS 0.25

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#343E53 (or 0x343E53) is known color: Cloud Burst. HEX triplet: 34, 3E and 53. RGB value is (52,62,83). Sum of RGB (Red+Green+Blue) = 52+62+83=197 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.40% from 197); Green value is 62 (24.61% from 255 or 31.47% from 197); Blue value is 83 (32.81% from 255 or 42.13% from 197); Max value from RGB is 83 - color contains mainly: blue. Hex color #343E53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343E53 is #CBC1AC. Grayscale: #3D3D3D. Windows color (decimal): -13353389 or 5455412. OLE color: 5455412.

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

Color convert

RGB 52 62 83 -
CMYK 0.37 0.25 0 0.67
HSL 220.65º 0.23% 0.26% -
HSV(B) 220.65º 0.37% 0.33% -
XYZ 4.7 4.8 8.86 -
YUV 61.4 140.19 121.29 -
System Red Green Blue C M Y K H S L
Decimal 52 62 83 0.37 0.25 0 0.67 220.65 0.23 0.26
Hex 34 3E 53 25 19 0 43 DD 17 1A
Octal 64 76 123 45 31 0 103 335 27 32
Binary 110100 111110 1010011 100101 11001 0 1000011 11011101 10111 11010

Color Harmonies of #343E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343E53

Black with #343E53

Text Example


Text Example

White with #343E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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