Html Css Color HEX #3295DB Summer Sky

📋 copy color: '#3295DB'

red 50 ◦ green 149 ◦ blue 219

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

Shades of Summer Sky #3295DB

Tints of Summer Sky #3295DB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.65%

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

R = 11.96%
G = 35.65%
B = 52.39%

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

#3295DB (or 0x3295DB) is known color: Summer Sky. HEX triplet: 32, 95 and DB. RGB value is (50,149,219). Sum of RGB (Red+Green+Blue) = 50+149+219=418 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.96% from 418); Green value is 149 (58.59% from 255 or 35.65% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #3295DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3295DB is #CD6A24. Grayscale: #7F7F7F. Windows color (decimal): -13462053 or 14390578. OLE color: 14390578.

HSL color Cylindrical-coordinate representation of color #3295DB: hue angle of 204.85º 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 #3295DB is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 50 149 219 -
CMYK 0.77 0.32 0 0.14
HSL 204.85º 0.7% 0.53% -
HSV(B) 204.85º 0.77% 0.86% -
XYZ 24.85 27.29 70.98 -
YUV 127.38 179.7 72.81 -
System Red Green Blue C M Y K H S L
Decimal 50 149 219 0.77 0.32 0 0.14 204.85 0.7 0.53
Hex 32 95 DB 4D 20 0 E CD 46 35
Octal 62 225 333 115 40 0 16 315 106 65
Binary 110010 10010101 11011011 1001101 100000 0 1110 11001101 1000110 110101

Color Harmonies of #3295DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3295DB

Black with #3295DB

Text Example


Text Example

White with #3295DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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