Html Css Color HEX #329BEA Summer Sky

📋 copy color: '#329BEA'

red 50 ◦ green 155 ◦ blue 234

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

Shades of Summer Sky #329BEA

Tints of Summer Sky #329BEA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.31%

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

R = 11.39%
G = 35.31%
B = 53.3%

CMYK

 C value IS 0.79

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#329BEA (or 0x329BEA) is known color: Summer Sky. HEX triplet: 32, 9B and EA. RGB value is (50,155,234). Sum of RGB (Red+Green+Blue) = 50+155+234=439 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.39% from 439); Green value is 155 (60.94% from 255 or 35.31% from 439); Blue value is 234 (91.80% from 255 or 53.30% from 439); Max value from RGB is 234 - color contains mainly: blue. Hex color #329BEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #329BEA is #CD6415. Grayscale: #848484. Windows color (decimal): -13460502 or 15375154. OLE color: 15375154.

HSL color Cylindrical-coordinate representation of color #329BEA: hue angle of 205.76º 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 #329BEA is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 50 155 234 -
CMYK 0.79 0.34 0 0.08
HSL 205.76º 0.81% 0.56% -
HSV(B) 205.76º 0.79% 0.92% -
XYZ 27.89 30.06 82.17 -
YUV 132.61 185.21 69.08 -
System Red Green Blue C M Y K H S L
Decimal 50 155 234 0.79 0.34 0 0.08 205.76 0.81 0.56
Hex 32 9B EA 4F 22 0 8 CE 51 38
Octal 62 233 352 117 42 0 10 316 121 70
Binary 110010 10011011 11101010 1001111 100010 0 1000 11001110 1010001 111000

Color Harmonies of #329BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329BEA

Black with #329BEA

Text Example


Text Example

White with #329BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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