Html Css Color HEX #329DDC Summer Sky

📋 copy color: '#329DDC'

red 50 ◦ green 157 ◦ blue 220

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

Shades of Summer Sky #329DDC

Tints of Summer Sky #329DDC

RGB

 RED value IS 50 (19.92% from 255) = 11.71%

 GREEN value IS 157 (61.72% from 255) = 36.77%

 BLUE value IS 220 (86.33% from 255) = 51.52%

R = 11.71%
G = 36.77%
B = 51.52%

CMYK

 C value IS 0.77

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#329DDC (or 0x329DDC) is known color: Summer Sky. HEX triplet: 32, 9D and DC. RGB value is (50,157,220). Sum of RGB (Red+Green+Blue) = 50+157+220=427 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.71% from 427); Green value is 157 (61.72% from 255 or 36.77% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #329DDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329DDC is #CD6223. Grayscale: #838383. Windows color (decimal): -13460004 or 14458162. OLE color: 14458162.

HSL color Cylindrical-coordinate representation of color #329DDC: hue angle of 202.24º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #329DDC is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 50 157 220 -
CMYK 0.77 0.29 0 0.14
HSL 202.24º 0.71% 0.53% -
HSV(B) 202.24º 0.77% 0.86% -
XYZ 26.29 29.96 72.11 -
YUV 132.19 177.55 69.38 -
System Red Green Blue C M Y K H S L
Decimal 50 157 220 0.77 0.29 0 0.14 202.24 0.71 0.53
Hex 32 9D DC 4D 1D 0 E CA 47 35
Octal 62 235 334 115 35 0 16 312 107 65
Binary 110010 10011101 11011100 1001101 11101 0 1110 11001010 1000111 110101

Color Harmonies of #329DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329DDC

Black with #329DDC

Text Example


Text Example

White with #329DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329DDC; }

 p { color: rgb(50,157,220); }

 H1.HeaderClassName
 {
   color: #329DDC;
 }
 .AnyTagClassName
 {
   color: #329DDC;
 }
</style>

background-color css

<style>
 a { background-color: #329DDC; }

 a { background-color: rgb(50,157,220); }

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

border-color css

<style>
 span { border-color: #329DDC; }

 span { border-color: rgb(50,157,220); }

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