Html Css Color HEX #343F53 Cloud Burst

📋 copy color: '#343F53'

red 52 ◦ green 63 ◦ blue 83

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

Shades of Cloud Burst #343F53

Tints of Cloud Burst #343F53

RGB

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

 GREEN value IS 63 (25% from 255) = 31.82%

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

R = 26.26%
G = 31.82%
B = 41.92%

CMYK

 C value IS 0.37

 M value IS 0.24

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#343F53 (or 0x343F53) is known color: Cloud Burst. HEX triplet: 34, 3F and 53. RGB value is (52,63,83). Sum of RGB (Red+Green+Blue) = 52+63+83=198 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.26% from 198); Green value is 63 (25% from 255 or 31.82% from 198); Blue value is 83 (32.81% from 255 or 41.92% from 198); Max value from RGB is 83 - color contains mainly: blue. Hex color #343F53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343F53 is #CBC0AC. Grayscale: #3D3D3D. Windows color (decimal): -13353133 or 5455668. OLE color: 5455668.

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

Color convert

RGB 52 63 83 -
CMYK 0.37 0.24 0 0.67
HSL 218.71º 0.23% 0.26% -
HSV(B) 218.71º 0.37% 0.33% -
XYZ 4.76 4.91 8.88 -
YUV 61.99 139.86 120.87 -
System Red Green Blue C M Y K H S L
Decimal 52 63 83 0.37 0.24 0 0.67 218.71 0.23 0.26
Hex 34 3F 53 25 18 0 43 DB 17 1A
Octal 64 77 123 45 30 0 103 333 27 32
Binary 110100 111111 1010011 100101 11000 0 1000011 11011011 10111 11010

Color Harmonies of #343F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343F53

Black with #343F53

Text Example


Text Example

White with #343F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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