Html Css Color HEX #349BCD Summer Sky

📋 copy color: '#349BCD'

red 52 ◦ green 155 ◦ blue 205

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

Shades of Summer Sky #349BCD

Tints of Summer Sky #349BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.76%

R = 12.62%
G = 37.62%
B = 49.76%

CMYK

 C value IS 0.75

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#349BCD (or 0x349BCD) is known color: Summer Sky. HEX triplet: 34, 9B and CD. RGB value is (52,155,205). Sum of RGB (Red+Green+Blue) = 52+155+205=412 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.62% from 412); Green value is 155 (60.94% from 255 or 37.62% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 205 - color contains mainly: blue. Hex color #349BCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349BCD is #CB6432. Grayscale: #818181. Windows color (decimal): -13329459 or 13474612. OLE color: 13474612.

HSL color Cylindrical-coordinate representation of color #349BCD: hue angle of 199.61º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #349BCD is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 52 155 205 -
CMYK 0.75 0.24 0 0.20
HSL 199.61º 0.6% 0.5% -
HSV(B) 199.61º 0.75% 0.8% -
XYZ 24.16 28.58 62 -
YUV 129.9 170.38 72.43 -
System Red Green Blue C M Y K H S L
Decimal 52 155 205 0.75 0.24 0 0.20 199.61 0.6 0.5
Hex 34 9B CD 4B 18 0 14 C8 3C 32
Octal 64 233 315 113 30 0 24 310 74 62
Binary 110100 10011011 11001101 1001011 11000 0 10100 11001000 111100 110010

Color Harmonies of #349BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349BCD

Black with #349BCD

Text Example


Text Example

White with #349BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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