Html Css Color HEX #349DF0 Summer Sky

📋 copy color: '#349DF0'

red 52 ◦ green 157 ◦ blue 240

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

Shades of Summer Sky #349DF0

Tints of Summer Sky #349DF0

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.97%

 BLUE value IS 240 (94.14% from 255) = 53.45%

R = 11.58%
G = 34.97%
B = 53.45%

CMYK

 C value IS 0.78

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#349DF0 (or 0x349DF0) is known color: Summer Sky. HEX triplet: 34, 9D and F0. RGB value is (52,157,240). Sum of RGB (Red+Green+Blue) = 52+157+240=449 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.58% from 449); Green value is 157 (61.72% from 255 or 34.97% from 449); Blue value is 240 (94.14% from 255 or 53.45% from 449); Max value from RGB is 240 - color contains mainly: blue. Hex color #349DF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #349DF0 is #CB620F. Grayscale: #868686. Windows color (decimal): -13328912 or 15768884. OLE color: 15768884.

HSL color Cylindrical-coordinate representation of color #349DF0: hue angle of 206.49º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #349DF0 is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 52 157 240 -
CMYK 0.78 0.35 0 0.06
HSL 206.49º 0.86% 0.57% -
HSV(B) 206.49º 0.78% 0.94% -
XYZ 29.2 31.14 86.91 -
YUV 135.07 187.21 68.75 -
System Red Green Blue C M Y K H S L
Decimal 52 157 240 0.78 0.35 0 0.06 206.49 0.86 0.57
Hex 34 9D F0 4E 23 0 6 CE 56 39
Octal 64 235 360 116 43 0 6 316 126 71
Binary 110100 10011101 11110000 1001110 100011 0 110 11001110 1010110 111001

Color Harmonies of #349DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349DF0

Black with #349DF0

Text Example


Text Example

White with #349DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,157,240); }

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

background-color css

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

 a { background-color: rgb(52,157,240); }

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

border-color css

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

 span { border-color: rgb(52,157,240); }

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