Html Css Color HEX #349BD6 Summer Sky

📋 copy color: '#349BD6'

red 52 ◦ green 155 ◦ blue 214

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

Shades of Summer Sky #349BD6

Tints of Summer Sky #349BD6

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.82%

 BLUE value IS 214 (83.98% from 255) = 50.83%

R = 12.35%
G = 36.82%
B = 50.83%

CMYK

 C value IS 0.76

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#349BD6 (or 0x349BD6) is known color: Summer Sky. HEX triplet: 34, 9B and D6. RGB value is (52,155,214). Sum of RGB (Red+Green+Blue) = 52+155+214=421 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.35% from 421); Green value is 155 (60.94% from 255 or 36.82% from 421); Blue value is 214 (83.98% from 255 or 50.83% from 421); Max value from RGB is 214 - color contains mainly: blue. Hex color #349BD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349BD6 is #CB6429. Grayscale: #828282. Windows color (decimal): -13329450 or 14064436. OLE color: 14064436.

HSL color Cylindrical-coordinate representation of color #349BD6: hue angle of 201.85º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #349BD6 is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 52 155 214 -
CMYK 0.76 0.28 0 0.16
HSL 201.85º 0.66% 0.52% -
HSV(B) 201.85º 0.76% 0.84% -
XYZ 25.28 29.03 67.89 -
YUV 130.93 174.88 71.7 -
System Red Green Blue C M Y K H S L
Decimal 52 155 214 0.76 0.28 0 0.16 201.85 0.66 0.52
Hex 34 9B D6 4C 1C 0 10 CA 42 34
Octal 64 233 326 114 34 0 20 312 102 64
Binary 110100 10011011 11010110 1001100 11100 0 10000 11001010 1000010 110100

Color Harmonies of #349BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349BD6

Black with #349BD6

Text Example


Text Example

White with #349BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,155,214); }

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

background-color css

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

 a { background-color: rgb(52,155,214); }

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

border-color css

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

 span { border-color: rgb(52,155,214); }

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