Html Css Color HEX #3294DB Summer Sky

📋 copy color: '#3294DB'

red 50 ◦ green 148 ◦ blue 219

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

Shades of Summer Sky #3294DB

Tints of Summer Sky #3294DB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.49%

 BLUE value IS 219 (85.94% from 255) = 52.52%

R = 11.99%
G = 35.49%
B = 52.52%

CMYK

 C value IS 0.77

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3294DB (or 0x3294DB) is known color: Summer Sky. HEX triplet: 32, 94 and DB. RGB value is (50,148,219). Sum of RGB (Red+Green+Blue) = 50+148+219=417 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.99% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #3294DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3294DB is #CD6B24. Grayscale: #7E7E7E. Windows color (decimal): -13462309 or 14390322. OLE color: 14390322.

HSL color Cylindrical-coordinate representation of color #3294DB: hue angle of 205.21º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3294DB is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 50 148 219 -
CMYK 0.77 0.32 0 0.14
HSL 205.21º 0.7% 0.53% -
HSV(B) 205.21º 0.77% 0.86% -
XYZ 24.69 26.97 70.92 -
YUV 126.79 180.03 73.23 -
System Red Green Blue C M Y K H S L
Decimal 50 148 219 0.77 0.32 0 0.14 205.21 0.7 0.53
Hex 32 94 DB 4D 20 0 E CD 46 35
Octal 62 224 333 115 40 0 16 315 106 65
Binary 110010 10010100 11011011 1001101 100000 0 1110 11001101 1000110 110101

Color Harmonies of #3294DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3294DB

Black with #3294DB

Text Example


Text Example

White with #3294DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3294DB; }

 p { color: rgb(50,148,219); }

 H1.HeaderClassName
 {
   color: #3294DB;
 }
 .AnyTagClassName
 {
   color: #3294DB;
 }
</style>

background-color css

<style>
 a { background-color: #3294DB; }

 a { background-color: rgb(50,148,219); }

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

border-color css

<style>
 span { border-color: #3294DB; }

 span { border-color: rgb(50,148,219); }

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