Html Css Color HEX #349BD5 Summer Sky

📋 copy color: '#349BD5'

red 52 ◦ green 155 ◦ blue 213

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

Shades of Summer Sky #349BD5

Tints of Summer Sky #349BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 50.71%

R = 12.38%
G = 36.9%
B = 50.71%

CMYK

 C value IS 0.76

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#349BD5 (or 0x349BD5) is known color: Summer Sky. HEX triplet: 34, 9B and D5. RGB value is (52,155,213). Sum of RGB (Red+Green+Blue) = 52+155+213=420 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.38% from 420); Green value is 155 (60.94% from 255 or 36.90% from 420); Blue value is 213 (83.59% from 255 or 50.71% from 420); Max value from RGB is 213 - color contains mainly: blue. Hex color #349BD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349BD5 is #CB642A. Grayscale: #828282. Windows color (decimal): -13329451 or 13998900. OLE color: 13998900.

HSL color Cylindrical-coordinate representation of color #349BD5: hue angle of 201.61º 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 #349BD5 is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 52 155 213 -
CMYK 0.76 0.27 0 0.16
HSL 201.61º 0.66% 0.52% -
HSV(B) 201.61º 0.76% 0.84% -
XYZ 25.15 28.98 67.22 -
YUV 130.82 174.38 71.78 -
System Red Green Blue C M Y K H S L
Decimal 52 155 213 0.76 0.27 0 0.16 201.61 0.66 0.52
Hex 34 9B D5 4C 1B 0 10 CA 42 34
Octal 64 233 325 114 33 0 20 312 102 64
Binary 110100 10011011 11010101 1001100 11011 0 10000 11001010 1000010 110100

Color Harmonies of #349BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349BD5

Black with #349BD5

Text Example


Text Example

White with #349BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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