Html Css Color HEX #349CDD Summer Sky

📋 copy color: '#349CDD'

red 52 ◦ green 156 ◦ blue 221

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

Shades of Summer Sky #349CDD

Tints of Summer Sky #349CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.52%

R = 12.12%
G = 36.36%
B = 51.52%

CMYK

 C value IS 0.76

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#349CDD (or 0x349CDD) is known color: Summer Sky. HEX triplet: 34, 9C and DD. RGB value is (52,156,221). Sum of RGB (Red+Green+Blue) = 52+156+221=429 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.12% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #349CDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349CDD is #CB6322. Grayscale: #838383. Windows color (decimal): -13329187 or 14523444. OLE color: 14523444.

HSL color Cylindrical-coordinate representation of color #349CDD: hue angle of 203.08º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #349CDD is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 52 156 221 -
CMYK 0.76 0.29 0 0.13
HSL 203.08º 0.71% 0.54% -
HSV(B) 203.08º 0.76% 0.87% -
XYZ 26.36 29.73 72.76 -
YUV 132.31 178.04 70.71 -
System Red Green Blue C M Y K H S L
Decimal 52 156 221 0.76 0.29 0 0.13 203.08 0.71 0.54
Hex 34 9C DD 4C 1D 0 D CB 47 36
Octal 64 234 335 114 35 0 15 313 107 66
Binary 110100 10011100 11011101 1001100 11101 0 1101 11001011 1000111 110110

Color Harmonies of #349CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349CDD

Black with #349CDD

Text Example


Text Example

White with #349CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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