Html Css Color HEX #349CCF Summer Sky

📋 copy color: '#349CCF'

red 52 ◦ green 156 ◦ blue 207

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

Shades of Summer Sky #349CCF

Tints of Summer Sky #349CCF

RGB

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

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

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

R = 12.53%
G = 37.59%
B = 49.88%

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

#349CCF (or 0x349CCF) is known color: Summer Sky. HEX triplet: 34, 9C and CF. RGB value is (52,156,207). Sum of RGB (Red+Green+Blue) = 52+156+207=415 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.53% from 415); Green value is 156 (61.33% from 255 or 37.59% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #349CCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349CCF is #CB6330. Grayscale: #828282. Windows color (decimal): -13329201 or 13605940. OLE color: 13605940.

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

Color convert

RGB 52 156 207 -
CMYK 0.75 0.25 0 0.19
HSL 199.74º 0.62% 0.51% -
HSV(B) 199.74º 0.75% 0.81% -
XYZ 24.57 29.01 63.34 -
YUV 130.72 171.04 71.85 -
System Red Green Blue C M Y K H S L
Decimal 52 156 207 0.75 0.25 0 0.19 199.74 0.62 0.51
Hex 34 9C CF 4B 19 0 13 C8 3E 33
Octal 64 234 317 113 31 0 23 310 76 63
Binary 110100 10011100 11001111 1001011 11001 0 10011 11001000 111110 110011

Color Harmonies of #349CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349CCF

Black with #349CCF

Text Example


Text Example

White with #349CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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