Html Css Color HEX #349CCD Summer Sky

📋 copy color: '#349CCD'

red 52 ◦ green 156 ◦ blue 205

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

Shades of Summer Sky #349CCD

Tints of Summer Sky #349CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.64%

R = 12.59%
G = 37.77%
B = 49.64%

CMYK

 C value IS 0.75

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#349CCD (or 0x349CCD) is known color: Summer Sky. HEX triplet: 34, 9C and CD. RGB value is (52,156,205). Sum of RGB (Red+Green+Blue) = 52+156+205=413 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.59% from 413); Green value is 156 (61.33% from 255 or 37.77% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #349CCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349CCD is #CB6332. Grayscale: #828282. Windows color (decimal): -13329203 or 13474868. OLE color: 13474868.

HSL color Cylindrical-coordinate representation of color #349CCD: hue angle of 199.22º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #349CCD is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 52 156 205 -
CMYK 0.75 0.24 0 0.20
HSL 199.22º 0.6% 0.5% -
HSV(B) 199.22º 0.75% 0.8% -
XYZ 24.32 28.91 62.06 -
YUV 130.49 170.04 72.02 -
System Red Green Blue C M Y K H S L
Decimal 52 156 205 0.75 0.24 0 0.20 199.22 0.6 0.5
Hex 34 9C CD 4B 18 0 14 C7 3C 32
Octal 64 234 315 113 30 0 24 307 74 62
Binary 110100 10011100 11001101 1001011 11000 0 10100 11000111 111100 110010

Color Harmonies of #349CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349CCD

Black with #349CCD

Text Example


Text Example

White with #349CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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