Html Css Color HEX #328FDD Summer Sky

📋 copy color: '#328FDD'

red 50 ◦ green 143 ◦ blue 221

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

Shades of Summer Sky #328FDD

Tints of Summer Sky #328FDD

RGB

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

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

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

R = 12.08%
G = 34.54%
B = 53.38%

CMYK

 C value IS 0.77

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#328FDD (or 0x328FDD) is known color: Summer Sky. HEX triplet: 32, 8F and DD. RGB value is (50,143,221). Sum of RGB (Red+Green+Blue) = 50+143+221=414 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.08% from 414); Green value is 143 (56.25% from 255 or 34.54% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #328FDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328FDD is #CD7022. Grayscale: #7B7B7B. Windows color (decimal): -13463587 or 14520114. OLE color: 14520114.

HSL color Cylindrical-coordinate representation of color #328FDD: hue angle of 207.37º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #328FDD is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 50 143 221 -
CMYK 0.77 0.35 0 0.13
HSL 207.37º 0.72% 0.53% -
HSV(B) 207.37º 0.77% 0.87% -
XYZ 24.19 25.54 72.06 -
YUV 124.09 182.69 75.16 -
System Red Green Blue C M Y K H S L
Decimal 50 143 221 0.77 0.35 0 0.13 207.37 0.72 0.53
Hex 32 8F DD 4D 23 0 D CF 48 35
Octal 62 217 335 115 43 0 15 317 110 65
Binary 110010 10001111 11011101 1001101 100011 0 1101 11001111 1001000 110101

Color Harmonies of #328FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328FDD

Black with #328FDD

Text Example


Text Example

White with #328FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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