Html Css Color HEX #349FDC Summer Sky

📋 copy color: '#349FDC'

red 52 ◦ green 159 ◦ blue 220

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

Shades of Summer Sky #349FDC

Tints of Summer Sky #349FDC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.89%

 BLUE value IS 220 (86.33% from 255) = 51.04%

R = 12.06%
G = 36.89%
B = 51.04%

CMYK

 C value IS 0.76

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#349FDC (or 0x349FDC) is known color: Summer Sky. HEX triplet: 34, 9F and DC. RGB value is (52,159,220). Sum of RGB (Red+Green+Blue) = 52+159+220=431 (57% of max value = 765). Red value is 52 (20.70% from 255 or 12.06% from 431); Green value is 159 (62.5% from 255 or 36.89% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #349FDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349FDC is #CB6023. Grayscale: #858585. Windows color (decimal): -13328420 or 14458676. OLE color: 14458676.

HSL color Cylindrical-coordinate representation of color #349FDC: hue angle of 201.79º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #349FDC is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 52 159 220 -
CMYK 0.76 0.28 0 0.14
HSL 201.79º 0.71% 0.53% -
HSV(B) 201.79º 0.76% 0.86% -
XYZ 26.73 30.69 72.23 -
YUV 133.96 176.55 69.54 -
System Red Green Blue C M Y K H S L
Decimal 52 159 220 0.76 0.28 0 0.14 201.79 0.71 0.53
Hex 34 9F DC 4C 1C 0 E CA 47 35
Octal 64 237 334 114 34 0 16 312 107 65
Binary 110100 10011111 11011100 1001100 11100 0 1110 11001010 1000111 110101

Color Harmonies of #349FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349FDC

Black with #349FDC

Text Example


Text Example

White with #349FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349FDC; }

 p { color: rgb(52,159,220); }

 H1.HeaderClassName
 {
   color: #349FDC;
 }
 .AnyTagClassName
 {
   color: #349FDC;
 }
</style>

background-color css

<style>
 a { background-color: #349FDC; }

 a { background-color: rgb(52,159,220); }

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

border-color css

<style>
 span { border-color: #349FDC; }

 span { border-color: rgb(52,159,220); }

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