Html Css Color HEX #3293DD Summer Sky

📋 copy color: '#3293DD'

red 50 ◦ green 147 ◦ blue 221

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

Shades of Summer Sky #3293DD

Tints of Summer Sky #3293DD

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.17%

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

R = 11.96%
G = 35.17%
B = 52.87%

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

#3293DD (or 0x3293DD) is known color: Summer Sky. HEX triplet: 32, 93 and DD. RGB value is (50,147,221). Sum of RGB (Red+Green+Blue) = 50+147+221=418 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.96% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #3293DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3293DD is #CD6C22. Grayscale: #7E7E7E. Windows color (decimal): -13462563 or 14521138. OLE color: 14521138.

HSL color Cylindrical-coordinate representation of color #3293DD: hue angle of 205.96º 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 #3293DD is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 50 147 221 -
CMYK 0.77 0.33 0 0.13
HSL 205.96º 0.72% 0.53% -
HSV(B) 205.96º 0.77% 0.87% -
XYZ 24.8 26.77 72.27 -
YUV 126.43 181.36 73.48 -
System Red Green Blue C M Y K H S L
Decimal 50 147 221 0.77 0.33 0 0.13 205.96 0.72 0.53
Hex 32 93 DD 4D 21 0 D CE 48 35
Octal 62 223 335 115 41 0 15 316 110 65
Binary 110010 10010011 11011101 1001101 100001 0 1101 11001110 1001000 110101

Color Harmonies of #3293DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3293DD

Black with #3293DD

Text Example


Text Example

White with #3293DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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