Html Css Color HEX #349FCE Summer Sky

📋 copy color: '#349FCE'

red 52 ◦ green 159 ◦ blue 206

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

Shades of Summer Sky #349FCE

Tints of Summer Sky #349FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.4%

R = 12.47%
G = 38.13%
B = 49.4%

CMYK

 C value IS 0.75

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#349FCE (or 0x349FCE) is known color: Summer Sky. HEX triplet: 34, 9F and CE. RGB value is (52,159,206). Sum of RGB (Red+Green+Blue) = 52+159+206=417 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.47% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #349FCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349FCE is #CB6031. Grayscale: #848484. Windows color (decimal): -13328434 or 13541172. OLE color: 13541172.

HSL color Cylindrical-coordinate representation of color #349FCE: hue angle of 198.31º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #349FCE is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 52 159 206 -
CMYK 0.75 0.23 0 0.19
HSL 198.31º 0.61% 0.51% -
HSV(B) 198.31º 0.75% 0.81% -
XYZ 24.95 29.98 62.86 -
YUV 132.37 169.55 70.68 -
System Red Green Blue C M Y K H S L
Decimal 52 159 206 0.75 0.23 0 0.19 198.31 0.61 0.51
Hex 34 9F CE 4B 17 0 13 C6 3D 33
Octal 64 237 316 113 27 0 23 306 75 63
Binary 110100 10011111 11001110 1001011 10111 0 10011 11000110 111101 110011

Color Harmonies of #349FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349FCE

Black with #349FCE

Text Example


Text Example

White with #349FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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