#3497CF

Color #3497CF Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #3497CF

Tints of Summer Sky #3497CF

Color information

#3497CF (or 0x3497CF) is unknown color: approx Summer Sky. HEX triplet: 34, 97 and CF. RGB value is (52,151,207). Sum of RGB (Red+Green+Blue) = 52+151+207=410 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.68% from 410); Green value is 151 (59.38% from 255 or 36.83% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #3497CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3497CF is #CB6830. Grayscale: #7F7F7F. Windows color (decimal): -13330481 or 13604660. OLE color: 13604660.

HSL color Cylindrical-coordinate representation of color #3497CF: hue angle of 201.68º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3497CF is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB52151207-
CMYK0.750.2700.19
HSL201.68º61.75%50.78%-
HSV(B)201.68º74.88%81.18%-
XYZ23.7527.3763.06-
YUV127.78172.773.95-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.68%
GREEN value IS 151 (59.38% from 255) = 36.83%
BLUE value IS 207 (81.25% from 255) = 50.49%
R=12.68%
G=36.83%
B=50.49%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal521512070.750.2700.19201.6861.7550.78
Hex3497CF4B1B013ca3e33
Octal64227317113330233127663
Binary110100100101111100111110010111101101001111001010111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3497CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3497CF; }

 p { color: rgb(52,151,207); }

 H1.HeaderClassName
 {
   color: #3497CF;
 }
 .AnyTagClassName
 {
   color: #3497CF;
 }
</style>
background-color css

<style>
 a { background-color: #3497CF; }

 a { background-color: rgb(52,151,207); }

 div.DivClassName
 {
   background-color: #3497CF;
 }
 .BgClassName
 {
   background-color: #3497CF;
 }
</style>
border-color css

<style>
 span { border-color: #3497CF; }

 span { border-color: rgb(52,151,207); }

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