Html Css Color HEX #3491DA Summer Sky

📋 copy color: '#3491DA'

red 52 ◦ green 145 ◦ blue 218

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

Shades of Summer Sky #3491DA

Tints of Summer Sky #3491DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.53%

R = 12.53%
G = 34.94%
B = 52.53%

CMYK

 C value IS 0.76

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3491DA (or 0x3491DA) is known color: Summer Sky. HEX triplet: 34, 91 and DA. RGB value is (52,145,218). Sum of RGB (Red+Green+Blue) = 52+145+218=415 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.53% from 415); Green value is 145 (57.03% from 255 or 34.94% from 415); Blue value is 218 (85.55% from 255 or 52.53% from 415); Max value from RGB is 218 - color contains mainly: blue. Hex color #3491DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3491DA is #CB6E25. Grayscale: #7D7D7D. Windows color (decimal): -13332006 or 14324020. OLE color: 14324020.

HSL color Cylindrical-coordinate representation of color #3491DA: hue angle of 206.39º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3491DA is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 52 145 218 -
CMYK 0.76 0.33 0 0.15
HSL 206.39º 0.69% 0.53% -
HSV(B) 206.39º 0.76% 0.85% -
XYZ 24.2 26.04 70.08 -
YUV 125.52 180.19 75.56 -
System Red Green Blue C M Y K H S L
Decimal 52 145 218 0.76 0.33 0 0.15 206.39 0.69 0.53
Hex 34 91 DA 4C 21 0 F CE 45 35
Octal 64 221 332 114 41 0 17 316 105 65
Binary 110100 10010001 11011010 1001100 100001 0 1111 11001110 1000101 110101

Color Harmonies of #3491DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3491DA

Black with #3491DA

Text Example


Text Example

White with #3491DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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