#3bb2d7

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

Shades of Summer Sky #3BB2D7

Tints of Summer Sky #3BB2D7

Color information

#3BB2D7 (or 0x3BB2D7) is unknown color: approx Summer Sky. HEX triplet: 3B, B2 and D7. RGB value is (59,178,215). Sum of RGB (Red+Green+Blue) = 59+178+215=452 (59% of max value = 765). Red value is 59 (23.44% from 255 or 13.05% from 452); Green value is 178 (69.92% from 255 or 39.38% from 452); Blue value is 215 (84.38% from 255 or 47.57% from 452); Max value from RGB is 215 - color contains mainly: blue. Hex color #3BB2D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BB2D7 is #C44D28. Grayscale: #929292. Windows color (decimal): -12864809 or 14135867. OLE color: 14135867.

HSL color Cylindrical-coordinate representation of color #3BB2D7: hue angle of 194.23º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BB2D7 is Cyan = 0.73, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB59178215-
CMYK0.730.1700.16
HSL194.23º66.1%53.73%-
HSV(B)194.23º72.56%84.31%-
XYZ29.9937.6869.98-
YUV146.64166.5865.49-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.05%
GREEN value IS 178 (69.92% from 255) = 39.38%
BLUE value IS 215 (84.38% from 255) = 47.57%
R=13.05%
G=39.38%
B=47.57%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal591782150.730.1700.16194.2366.153.73
Hex3BB2D74911010c24236
Octal732623271112102030210266
Binary1110111011001011010111100100110001010000110000101000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3bb2d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3bb2d7; }

 p { color: rgb(59,178,215); }

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

<style>
 a { background-color: #3bb2d7; }

 a { background-color: rgb(59,178,215); }

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

<style>
 span { border-color: #3bb2d7; }

 span { border-color: rgb(59,178,215); }

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