Html Css Color HEX #349FEF Summer Sky

📋 copy color: '#349FEF'

red 52 ◦ green 159 ◦ blue 239

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

Shades of Summer Sky #349FEF

Tints of Summer Sky #349FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 53.11%

R = 11.56%
G = 35.33%
B = 53.11%

CMYK

 C value IS 0.78

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#349FEF (or 0x349FEF) is known color: Summer Sky. HEX triplet: 34, 9F and EF. RGB value is (52,159,239). Sum of RGB (Red+Green+Blue) = 52+159+239=450 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.56% from 450); Green value is 159 (62.5% from 255 or 35.33% from 450); Blue value is 239 (93.75% from 255 or 53.11% from 450); Max value from RGB is 239 - color contains mainly: blue. Hex color #349FEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #349FEF is #CB6010. Grayscale: #878787. Windows color (decimal): -13328401 or 15703860. OLE color: 15703860.

HSL color Cylindrical-coordinate representation of color #349FEF: hue angle of 205.67º degrees, saturation: 0.85, 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 #349FEF is Cyan = 0.78, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 52 159 239 -
CMYK 0.78 0.33 0 0.06
HSL 205.67º 0.85% 0.57% -
HSV(B) 205.67º 0.78% 0.94% -
XYZ 29.39 31.76 86.24 -
YUV 136.13 186.05 68 -
System Red Green Blue C M Y K H S L
Decimal 52 159 239 0.78 0.33 0 0.06 205.67 0.85 0.57
Hex 34 9F EF 4E 21 0 6 CE 55 39
Octal 64 237 357 116 41 0 6 316 125 71
Binary 110100 10011111 11101111 1001110 100001 0 110 11001110 1010101 111001

Color Harmonies of #349FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349FEF

Black with #349FEF

Text Example


Text Example

White with #349FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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