Html Css Color HEX #3495DB Summer Sky

📋 copy color: '#3495DB'

red 52 ◦ green 149 ◦ blue 219

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

Shades of Summer Sky #3495DB

Tints of Summer Sky #3495DB

RGB

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

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

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

R = 12.38%
G = 35.48%
B = 52.14%

CMYK

 C value IS 0.76

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3495DB (or 0x3495DB) is known color: Summer Sky. HEX triplet: 34, 95 and DB. RGB value is (52,149,219). Sum of RGB (Red+Green+Blue) = 52+149+219=420 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.38% from 420); Green value is 149 (58.59% from 255 or 35.48% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #3495DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3495DB is #CB6A24. Grayscale: #7F7F7F. Windows color (decimal): -13330981 or 14390580. OLE color: 14390580.

HSL color Cylindrical-coordinate representation of color #3495DB: hue angle of 205.15º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3495DB is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 52 149 219 -
CMYK 0.76 0.32 0 0.14
HSL 205.15º 0.7% 0.53% -
HSV(B) 205.15º 0.76% 0.86% -
XYZ 24.95 27.34 70.98 -
YUV 127.98 179.36 73.81 -
System Red Green Blue C M Y K H S L
Decimal 52 149 219 0.76 0.32 0 0.14 205.15 0.7 0.53
Hex 34 95 DB 4C 20 0 E CD 46 35
Octal 64 225 333 114 40 0 16 315 106 65
Binary 110100 10010101 11011011 1001100 100000 0 1110 11001101 1000110 110101

Color Harmonies of #3495DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3495DB

Black with #3495DB

Text Example


Text Example

White with #3495DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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