Html Css Color HEX #3696DB Summer Sky

📋 copy color: '#3696DB'

red 54 ◦ green 150 ◦ blue 219

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

Shades of Summer Sky #3696DB

Tints of Summer Sky #3696DB

RGB

 RED value IS 54 (21.48% from 255) = 12.77%

 GREEN value IS 150 (58.98% from 255) = 35.46%

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

R = 12.77%
G = 35.46%
B = 51.77%

CMYK

 C value IS 0.75

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3696DB (or 0x3696DB) is known color: Summer Sky. HEX triplet: 36, 96 and DB. RGB value is (54,150,219). Sum of RGB (Red+Green+Blue) = 54+150+219=423 (56% of max value = 765). Red value is 54 (21.48% from 255 or 12.77% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #3696DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3696DB is #C96924. Grayscale: #808080. Windows color (decimal): -13199653 or 14390838. OLE color: 14390838.

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

Color convert

RGB 54 150 219 -
CMYK 0.75 0.32 0 0.14
HSL 205.09º 0.7% 0.54% -
HSV(B) 205.09º 0.75% 0.86% -
XYZ 25.21 27.71 71.04 -
YUV 129.16 178.7 74.39 -
System Red Green Blue C M Y K H S L
Decimal 54 150 219 0.75 0.32 0 0.14 205.09 0.7 0.54
Hex 36 96 DB 4B 20 0 E CD 46 36
Octal 66 226 333 113 40 0 16 315 106 66
Binary 110110 10010110 11011011 1001011 100000 0 1110 11001101 1000110 110110

Color Harmonies of #3696DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3696DB

Black with #3696DB

Text Example


Text Example

White with #3696DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,150,219); }

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

background-color css

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

 a { background-color: rgb(54,150,219); }

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

border-color css

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

 span { border-color: rgb(54,150,219); }

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