Html Css Color HEX #329CD0 Summer Sky

📋 copy color: '#329CD0'

red 50 ◦ green 156 ◦ blue 208

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

Shades of Summer Sky #329CD0

Tints of Summer Sky #329CD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 50.24%

R = 12.08%
G = 37.68%
B = 50.24%

CMYK

 C value IS 0.76

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#329CD0 (or 0x329CD0) is known color: Summer Sky. HEX triplet: 32, 9C and D0. RGB value is (50,156,208). Sum of RGB (Red+Green+Blue) = 50+156+208=414 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.08% from 414); Green value is 156 (61.33% from 255 or 37.68% from 414); Blue value is 208 (81.64% from 255 or 50.24% from 414); Max value from RGB is 208 - color contains mainly: blue. Hex color #329CD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329CD0 is #CD632F. Grayscale: #818181. Windows color (decimal): -13460272 or 13671474. OLE color: 13671474.

HSL color Cylindrical-coordinate representation of color #329CD0: hue angle of 199.75º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #329CD0 is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 50 156 208 -
CMYK 0.76 0.25 0 0.18
HSL 199.75º 0.63% 0.51% -
HSV(B) 199.75º 0.76% 0.82% -
XYZ 24.59 29.01 63.98 -
YUV 130.23 171.88 70.77 -
System Red Green Blue C M Y K H S L
Decimal 50 156 208 0.76 0.25 0 0.18 199.75 0.63 0.51
Hex 32 9C D0 4C 19 0 12 C8 3F 33
Octal 62 234 320 114 31 0 22 310 77 63
Binary 110010 10011100 11010000 1001100 11001 0 10010 11001000 111111 110011

Color Harmonies of #329CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329CD0

Black with #329CD0

Text Example


Text Example

White with #329CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,156,208); }

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

background-color css

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

 a { background-color: rgb(50,156,208); }

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

border-color css

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

 span { border-color: rgb(50,156,208); }

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