Html Css Color HEX #329FEA Summer Sky

📋 copy color: '#329FEA'

red 50 ◦ green 159 ◦ blue 234

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

Shades of Summer Sky #329FEA

Tints of Summer Sky #329FEA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.89%

 BLUE value IS 234 (91.8% from 255) = 52.82%

R = 11.29%
G = 35.89%
B = 52.82%

CMYK

 C value IS 0.79

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#329FEA (or 0x329FEA) is known color: Summer Sky. HEX triplet: 32, 9F and EA. RGB value is (50,159,234). Sum of RGB (Red+Green+Blue) = 50+159+234=443 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.29% from 443); Green value is 159 (62.5% from 255 or 35.89% from 443); Blue value is 234 (91.80% from 255 or 52.82% from 443); Max value from RGB is 234 - color contains mainly: blue. Hex color #329FEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #329FEA is #CD6015. Grayscale: #868686. Windows color (decimal): -13459478 or 15376178. OLE color: 15376178.

HSL color Cylindrical-coordinate representation of color #329FEA: hue angle of 204.46º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #329FEA is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 50 159 234 -
CMYK 0.79 0.32 0 0.08
HSL 204.46º 0.81% 0.56% -
HSV(B) 204.46º 0.79% 0.92% -
XYZ 28.56 31.41 82.4 -
YUV 134.96 183.89 67.4 -
System Red Green Blue C M Y K H S L
Decimal 50 159 234 0.79 0.32 0 0.08 204.46 0.81 0.56
Hex 32 9F EA 4F 20 0 8 CC 51 38
Octal 62 237 352 117 40 0 10 314 121 70
Binary 110010 10011111 11101010 1001111 100000 0 1000 11001100 1010001 111000

Color Harmonies of #329FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329FEA

Black with #329FEA

Text Example


Text Example

White with #329FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,159,234); }

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

background-color css

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

 a { background-color: rgb(50,159,234); }

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

border-color css

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

 span { border-color: rgb(50,159,234); }

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