Html Css Color HEX #328EDE Summer Sky

📋 copy color: '#328EDE'

red 50 ◦ green 142 ◦ blue 222

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

Shades of Summer Sky #328EDE

Tints of Summer Sky #328EDE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.3%

 BLUE value IS 222 (87.11% from 255) = 53.62%

R = 12.08%
G = 34.3%
B = 53.62%

CMYK

 C value IS 0.77

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#328EDE (or 0x328EDE) is known color: Summer Sky. HEX triplet: 32, 8E and DE. RGB value is (50,142,222). Sum of RGB (Red+Green+Blue) = 50+142+222=414 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.08% from 414); Green value is 142 (55.86% from 255 or 34.30% from 414); Blue value is 222 (87.11% from 255 or 53.62% from 414); Max value from RGB is 222 - color contains mainly: blue. Hex color #328EDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328EDE is #CD7121. Grayscale: #7B7B7B. Windows color (decimal): -13463842 or 14585394. OLE color: 14585394.

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

Color convert

RGB 50 142 222 -
CMYK 0.77 0.36 0 0.13
HSL 207.91º 0.72% 0.53% -
HSV(B) 207.91º 0.77% 0.87% -
XYZ 24.17 25.3 72.72 -
YUV 123.61 183.52 75.5 -
System Red Green Blue C M Y K H S L
Decimal 50 142 222 0.77 0.36 0 0.13 207.91 0.72 0.53
Hex 32 8E DE 4D 24 0 D D0 48 35
Octal 62 216 336 115 44 0 15 320 110 65
Binary 110010 10001110 11011110 1001101 100100 0 1101 11010000 1001000 110101

Color Harmonies of #328EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328EDE

Black with #328EDE

Text Example


Text Example

White with #328EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,142,222); }

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

background-color css

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

 a { background-color: rgb(50,142,222); }

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

border-color css

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

 span { border-color: rgb(50,142,222); }

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