Html Css Color HEX #343C53 Cloud Burst

📋 copy color: '#343C53'

red 52 ◦ green 60 ◦ blue 83

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

Shades of Cloud Burst #343C53

Tints of Cloud Burst #343C53

RGB

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

 GREEN value IS 60 (23.83% from 255) = 30.77%

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

R = 26.67%
G = 30.77%
B = 42.56%

CMYK

 C value IS 0.37

 M value IS 0.28

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#343C53 (or 0x343C53) is known color: Cloud Burst. HEX triplet: 34, 3C and 53. RGB value is (52,60,83). Sum of RGB (Red+Green+Blue) = 52+60+83=195 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.67% from 195); Green value is 60 (23.83% from 255 or 30.77% from 195); Blue value is 83 (32.81% from 255 or 42.56% from 195); Max value from RGB is 83 - color contains mainly: blue. Hex color #343C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343C53 is #CBC3AC. Grayscale: #3C3C3C. Windows color (decimal): -13353901 or 5454900. OLE color: 5454900.

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

Color convert

RGB 52 60 83 -
CMYK 0.37 0.28 0 0.67
HSL 224.52º 0.23% 0.26% -
HSV(B) 224.52º 0.37% 0.33% -
XYZ 4.59 4.59 8.83 -
YUV 60.23 140.85 122.13 -
System Red Green Blue C M Y K H S L
Decimal 52 60 83 0.37 0.28 0 0.67 224.52 0.23 0.26
Hex 34 3C 53 25 1C 0 43 E1 17 1A
Octal 64 74 123 45 34 0 103 341 27 32
Binary 110100 111100 1010011 100101 11100 0 1000011 11100001 10111 11010

Color Harmonies of #343C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343C53

Black with #343C53

Text Example


Text Example

White with #343C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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