Html Css Color HEX #328FDC Summer Sky

📋 copy color: '#328FDC'

red 50 ◦ green 143 ◦ blue 220

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

Shades of Summer Sky #328FDC

Tints of Summer Sky #328FDC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.62%

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

R = 12.11%
G = 34.62%
B = 53.27%

CMYK

 C value IS 0.77

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#328FDC (or 0x328FDC) is known color: Summer Sky. HEX triplet: 32, 8F and DC. RGB value is (50,143,220). Sum of RGB (Red+Green+Blue) = 50+143+220=413 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.11% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #328FDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328FDC is #CD7023. Grayscale: #7B7B7B. Windows color (decimal): -13463588 or 14454578. OLE color: 14454578.

HSL color Cylindrical-coordinate representation of color #328FDC: hue angle of 207.18º 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 #328FDC is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 50 143 220 -
CMYK 0.77 0.35 0 0.14
HSL 207.18º 0.71% 0.53% -
HSV(B) 207.18º 0.77% 0.86% -
XYZ 24.06 25.49 71.36 -
YUV 123.97 182.19 75.24 -
System Red Green Blue C M Y K H S L
Decimal 50 143 220 0.77 0.35 0 0.14 207.18 0.71 0.53
Hex 32 8F DC 4D 23 0 E CF 47 35
Octal 62 217 334 115 43 0 16 317 107 65
Binary 110010 10001111 11011100 1001101 100011 0 1110 11001111 1000111 110101

Color Harmonies of #328FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328FDC

Black with #328FDC

Text Example


Text Example

White with #328FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328FDC; }

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

 H1.HeaderClassName
 {
   color: #328FDC;
 }
 .AnyTagClassName
 {
   color: #328FDC;
 }
</style>

background-color css

<style>
 a { background-color: #328FDC; }

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

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

border-color css

<style>
 span { border-color: #328FDC; }

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

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