Html Css Color HEX #349CED Summer Sky

📋 copy color: '#349CED'

red 52 ◦ green 156 ◦ blue 237

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

Shades of Summer Sky #349CED

Tints of Summer Sky #349CED

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.06%

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

R = 11.69%
G = 35.06%
B = 53.26%

CMYK

 C value IS 0.78

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#349CED (or 0x349CED) is known color: Summer Sky. HEX triplet: 34, 9C and ED. RGB value is (52,156,237). Sum of RGB (Red+Green+Blue) = 52+156+237=445 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.69% from 445); Green value is 156 (61.33% from 255 or 35.06% from 445); Blue value is 237 (92.97% from 255 or 53.26% from 445); Max value from RGB is 237 - color contains mainly: blue. Hex color #349CED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #349CED is #CB6312. Grayscale: #858585. Windows color (decimal): -13329171 or 15572020. OLE color: 15572020.

HSL color Cylindrical-coordinate representation of color #349CED: hue angle of 206.27º 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 #349CED is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 52 156 237 -
CMYK 0.78 0.34 0 0.07
HSL 206.27º 0.84% 0.57% -
HSV(B) 206.27º 0.78% 0.93% -
XYZ 28.59 30.62 84.52 -
YUV 134.14 186.04 69.41 -
System Red Green Blue C M Y K H S L
Decimal 52 156 237 0.78 0.34 0 0.07 206.27 0.84 0.57
Hex 34 9C ED 4E 22 0 7 CE 54 39
Octal 64 234 355 116 42 0 7 316 124 71
Binary 110100 10011100 11101101 1001110 100010 0 111 11001110 1010100 111001

Color Harmonies of #349CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349CED

Black with #349CED

Text Example


Text Example

White with #349CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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