Html Css Color HEX #3696D7 Summer Sky

📋 copy color: '#3696D7'

red 54 ◦ green 150 ◦ blue 215

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

Shades of Summer Sky #3696D7

Tints of Summer Sky #3696D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 51.31%

R = 12.89%
G = 35.8%
B = 51.31%

CMYK

 C value IS 0.75

 M value IS 0.30

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3696D7 (or 0x3696D7) is known color: Summer Sky. HEX triplet: 36, 96 and D7. RGB value is (54,150,215). Sum of RGB (Red+Green+Blue) = 54+150+215=419 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.89% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 215 (84.38% from 255 or 51.31% from 419); Max value from RGB is 215 - color contains mainly: blue. Hex color #3696D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3696D7 is #C96928. Grayscale: #808080. Windows color (decimal): -13199657 or 14128694. OLE color: 14128694.

HSL color Cylindrical-coordinate representation of color #3696D7: hue angle of 204.22º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3696D7 is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 54 150 215 -
CMYK 0.75 0.30 0 0.16
HSL 204.22º 0.67% 0.53% -
HSV(B) 204.22º 0.75% 0.84% -
XYZ 24.69 27.5 68.3 -
YUV 128.71 176.7 74.71 -
System Red Green Blue C M Y K H S L
Decimal 54 150 215 0.75 0.30 0 0.16 204.22 0.67 0.53
Hex 36 96 D7 4B 1E 0 10 CC 43 35
Octal 66 226 327 113 36 0 20 314 103 65
Binary 110110 10010110 11010111 1001011 11110 0 10000 11001100 1000011 110101

Color Harmonies of #3696D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3696D7

Black with #3696D7

Text Example


Text Example

White with #3696D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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