Html Css Color HEX #3694DB Summer Sky

📋 copy color: '#3694DB'

red 54 ◦ green 148 ◦ blue 219

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

Shades of Summer Sky #3694DB

Tints of Summer Sky #3694DB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.15%

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

R = 12.83%
G = 35.15%
B = 52.02%

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

#3694DB (or 0x3694DB) is known color: Summer Sky. HEX triplet: 36, 94 and DB. RGB value is (54,148,219). Sum of RGB (Red+Green+Blue) = 54+148+219=421 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.83% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #3694DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3694DB is #C96B24. Grayscale: #7F7F7F. Windows color (decimal): -13200165 or 14390326. OLE color: 14390326.

HSL color Cylindrical-coordinate representation of color #3694DB: hue angle of 205.82º 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 #3694DB is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 54 148 219 -
CMYK 0.75 0.32 0 0.14
HSL 205.82º 0.7% 0.54% -
HSV(B) 205.82º 0.75% 0.86% -
XYZ 24.9 27.08 70.93 -
YUV 127.99 179.36 75.23 -
System Red Green Blue C M Y K H S L
Decimal 54 148 219 0.75 0.32 0 0.14 205.82 0.7 0.54
Hex 36 94 DB 4B 20 0 E CE 46 36
Octal 66 224 333 113 40 0 16 316 106 66
Binary 110110 10010100 11011011 1001011 100000 0 1110 11001110 1000110 110110

Color Harmonies of #3694DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3694DB

Black with #3694DB

Text Example


Text Example

White with #3694DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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