Html Css Color HEX #329FE7 Summer Sky

📋 copy color: '#329FE7'

red 50 ◦ green 159 ◦ blue 231

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

Shades of Summer Sky #329FE7

Tints of Summer Sky #329FE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 52.5%

R = 11.36%
G = 36.14%
B = 52.5%

CMYK

 C value IS 0.78

 M value IS 0.31

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#329FE7 (or 0x329FE7) is known color: Summer Sky. HEX triplet: 32, 9F and E7. RGB value is (50,159,231). Sum of RGB (Red+Green+Blue) = 50+159+231=440 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.36% from 440); Green value is 159 (62.5% from 255 or 36.14% from 440); Blue value is 231 (90.62% from 255 or 52.5% from 440); Max value from RGB is 231 - color contains mainly: blue. Hex color #329FE7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #329FE7 is #CD6018. Grayscale: #868686. Windows color (decimal): -13459481 or 15179570. OLE color: 15179570.

HSL color Cylindrical-coordinate representation of color #329FE7: hue angle of 203.87º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #329FE7 is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 50 159 231 -
CMYK 0.78 0.31 0 0.09
HSL 203.87º 0.79% 0.55% -
HSV(B) 203.87º 0.78% 0.91% -
XYZ 28.14 31.24 80.15 -
YUV 134.62 182.39 67.65 -
System Red Green Blue C M Y K H S L
Decimal 50 159 231 0.78 0.31 0 0.09 203.87 0.79 0.55
Hex 32 9F E7 4E 1F 0 9 CC 4F 37
Octal 62 237 347 116 37 0 11 314 117 67
Binary 110010 10011111 11100111 1001110 11111 0 1001 11001100 1001111 110111

Color Harmonies of #329FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329FE7

Black with #329FE7

Text Example


Text Example

White with #329FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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