Html Css Color HEX #349BCF Summer Sky

📋 copy color: '#349BCF'

red 52 ◦ green 155 ◦ blue 207

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

Shades of Summer Sky #349BCF

Tints of Summer Sky #349BCF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.44%

 BLUE value IS 207 (81.25% from 255) = 50%

R = 12.56%
G = 37.44%
B = 50%

CMYK

 C value IS 0.75

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#349BCF (or 0x349BCF) is known color: Summer Sky. HEX triplet: 34, 9B and CF. RGB value is (52,155,207). Sum of RGB (Red+Green+Blue) = 52+155+207=414 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.56% from 414); Green value is 155 (60.94% from 255 or 37.44% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #349BCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349BCF is #CB6430. Grayscale: #818181. Windows color (decimal): -13329457 or 13605684. OLE color: 13605684.

HSL color Cylindrical-coordinate representation of color #349BCF: hue angle of 200.13º degrees, saturation: 0.62, 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 #349BCF is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 52 155 207 -
CMYK 0.75 0.25 0 0.19
HSL 200.13º 0.62% 0.51% -
HSV(B) 200.13º 0.75% 0.81% -
XYZ 24.4 28.68 63.28 -
YUV 130.13 171.38 72.27 -
System Red Green Blue C M Y K H S L
Decimal 52 155 207 0.75 0.25 0 0.19 200.13 0.62 0.51
Hex 34 9B CF 4B 19 0 13 C8 3E 33
Octal 64 233 317 113 31 0 23 310 76 63
Binary 110100 10011011 11001111 1001011 11001 0 10011 11001000 111110 110011

Color Harmonies of #349BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349BCF

Black with #349BCF

Text Example


Text Example

White with #349BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,155,207); }

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

background-color css

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

 a { background-color: rgb(52,155,207); }

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

border-color css

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

 span { border-color: rgb(52,155,207); }

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