Html Css Color HEX #3295DD Summer Sky

📋 copy color: '#3295DD'

red 50 ◦ green 149 ◦ blue 221

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

Shades of Summer Sky #3295DD

Tints of Summer Sky #3295DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52.62%

R = 11.9%
G = 35.48%
B = 52.62%

CMYK

 C value IS 0.77

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3295DD (or 0x3295DD) is known color: Summer Sky. HEX triplet: 32, 95 and DD. RGB value is (50,149,221). Sum of RGB (Red+Green+Blue) = 50+149+221=420 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.90% from 420); Green value is 149 (58.59% from 255 or 35.48% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #3295DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3295DD is #CD6A22. Grayscale: #7F7F7F. Windows color (decimal): -13462051 or 14521650. OLE color: 14521650.

HSL color Cylindrical-coordinate representation of color #3295DD: hue angle of 205.26º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3295DD is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 50 149 221 -
CMYK 0.77 0.33 0 0.13
HSL 205.26º 0.72% 0.53% -
HSV(B) 205.26º 0.77% 0.87% -
XYZ 25.11 27.39 72.37 -
YUV 127.61 180.7 72.65 -
System Red Green Blue C M Y K H S L
Decimal 50 149 221 0.77 0.33 0 0.13 205.26 0.72 0.53
Hex 32 95 DD 4D 21 0 D CD 48 35
Octal 62 225 335 115 41 0 15 315 110 65
Binary 110010 10010101 11011101 1001101 100001 0 1101 11001101 1001000 110101

Color Harmonies of #3295DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3295DD

Black with #3295DD

Text Example


Text Example

White with #3295DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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