Html Css Color HEX #3491DD Summer Sky

📋 copy color: '#3491DD'

red 52 ◦ green 145 ◦ blue 221

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

Shades of Summer Sky #3491DD

Tints of Summer Sky #3491DD

RGB

 RED value IS 52 (20.7% from 255) = 12.44%

 GREEN value IS 145 (57.03% from 255) = 34.69%

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

R = 12.44%
G = 34.69%
B = 52.87%

CMYK

 C value IS 0.76

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3491DD (or 0x3491DD) is known color: Summer Sky. HEX triplet: 34, 91 and DD. RGB value is (52,145,221). Sum of RGB (Red+Green+Blue) = 52+145+221=418 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.44% from 418); Green value is 145 (57.03% from 255 or 34.69% 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 #3491DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3491DD is #CB6E22. Grayscale: #7D7D7D. Windows color (decimal): -13332003 or 14520628. OLE color: 14520628.

HSL color Cylindrical-coordinate representation of color #3491DD: hue angle of 206.98º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3491DD is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 52 145 221 -
CMYK 0.76 0.34 0 0.13
HSL 206.98º 0.71% 0.54% -
HSV(B) 206.98º 0.76% 0.87% -
XYZ 24.59 26.2 72.17 -
YUV 125.86 181.69 75.32 -
System Red Green Blue C M Y K H S L
Decimal 52 145 221 0.76 0.34 0 0.13 206.98 0.71 0.54
Hex 34 91 DD 4C 22 0 D CF 47 36
Octal 64 221 335 114 42 0 15 317 107 66
Binary 110100 10010001 11011101 1001100 100010 0 1101 11001111 1000111 110110

Color Harmonies of #3491DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3491DD

Black with #3491DD

Text Example


Text Example

White with #3491DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,145,221); }

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

background-color css

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

 a { background-color: rgb(52,145,221); }

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

border-color css

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

 span { border-color: rgb(52,145,221); }

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