Html Css Color HEX #328FDB Summer Sky

📋 copy color: '#328FDB'

red 50 ◦ green 143 ◦ blue 219

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

Shades of Summer Sky #328FDB

Tints of Summer Sky #328FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.16%

R = 12.14%
G = 34.71%
B = 53.16%

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

#328FDB (or 0x328FDB) is known color: Summer Sky. HEX triplet: 32, 8F and DB. RGB value is (50,143,219). Sum of RGB (Red+Green+Blue) = 50+143+219=412 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.14% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #328FDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328FDB is #CD7024. Grayscale: #7B7B7B. Windows color (decimal): -13463589 or 14389042. OLE color: 14389042.

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

Color convert

RGB 50 143 219 -
CMYK 0.77 0.35 0 0.14
HSL 206.98º 0.7% 0.53% -
HSV(B) 206.98º 0.77% 0.86% -
XYZ 23.92 25.44 70.67 -
YUV 123.86 181.69 75.32 -
System Red Green Blue C M Y K H S L
Decimal 50 143 219 0.77 0.35 0 0.14 206.98 0.7 0.53
Hex 32 8F DB 4D 23 0 E CF 46 35
Octal 62 217 333 115 43 0 16 317 106 65
Binary 110010 10001111 11011011 1001101 100011 0 1110 11001111 1000110 110101

Color Harmonies of #328FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328FDB

Black with #328FDB

Text Example


Text Example

White with #328FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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