Html Css Color HEX #349FED Summer Sky

📋 copy color: '#349FED'

red 52 ◦ green 159 ◦ blue 237

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

Shades of Summer Sky #349FED

Tints of Summer Sky #349FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 52.9%

R = 11.61%
G = 35.49%
B = 52.9%

CMYK

 C value IS 0.78

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#349FED (or 0x349FED) is known color: Summer Sky. HEX triplet: 34, 9F and ED. RGB value is (52,159,237). Sum of RGB (Red+Green+Blue) = 52+159+237=448 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.61% from 448); Green value is 159 (62.5% from 255 or 35.49% from 448); Blue value is 237 (92.97% from 255 or 52.90% from 448); Max value from RGB is 237 - color contains mainly: blue. Hex color #349FED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #349FED is #CB6012. Grayscale: #878787. Windows color (decimal): -13328403 or 15572788. OLE color: 15572788.

HSL color Cylindrical-coordinate representation of color #349FED: hue angle of 205.3º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #349FED is Cyan = 0.78, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 52 159 237 -
CMYK 0.78 0.33 0 0.07
HSL 205.3º 0.84% 0.57% -
HSV(B) 205.3º 0.78% 0.93% -
XYZ 29.1 31.64 84.69 -
YUV 135.9 185.05 68.16 -
System Red Green Blue C M Y K H S L
Decimal 52 159 237 0.78 0.33 0 0.07 205.3 0.84 0.57
Hex 34 9F ED 4E 21 0 7 CD 54 39
Octal 64 237 355 116 41 0 7 315 124 71
Binary 110100 10011111 11101101 1001110 100001 0 111 11001101 1010100 111001

Color Harmonies of #349FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349FED

Black with #349FED

Text Example


Text Example

White with #349FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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