Html Css Color HEX #329EEA Summer Sky

📋 copy color: '#329EEA'

red 50 ◦ green 158 ◦ blue 234

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

Shades of Summer Sky #329EEA

Tints of Summer Sky #329EEA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.75%

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

R = 11.31%
G = 35.75%
B = 52.94%

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

#329EEA (or 0x329EEA) is known color: Summer Sky. HEX triplet: 32, 9E and EA. RGB value is (50,158,234). Sum of RGB (Red+Green+Blue) = 50+158+234=442 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.31% from 442); Green value is 158 (62.11% from 255 or 35.75% from 442); Blue value is 234 (91.80% from 255 or 52.94% from 442); Max value from RGB is 234 - color contains mainly: blue. Hex color #329EEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #329EEA is #CD6115. Grayscale: #858585. Windows color (decimal): -13459734 or 15375922. OLE color: 15375922.

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

Color convert

RGB 50 158 234 -
CMYK 0.79 0.32 0 0.08
HSL 204.78º 0.81% 0.56% -
HSV(B) 204.78º 0.79% 0.92% -
XYZ 28.39 31.07 82.34 -
YUV 134.37 184.22 67.82 -
System Red Green Blue C M Y K H S L
Decimal 50 158 234 0.79 0.32 0 0.08 204.78 0.81 0.56
Hex 32 9E EA 4F 20 0 8 CD 51 38
Octal 62 236 352 117 40 0 10 315 121 70
Binary 110010 10011110 11101010 1001111 100000 0 1000 11001101 1010001 111000

Color Harmonies of #329EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329EEA

Black with #329EEA

Text Example


Text Example

White with #329EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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