#3BA1D7

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

Shades of Summer Sky #3BA1D7

Tints of Summer Sky #3BA1D7

Color information

#3BA1D7 (or 0x3BA1D7) is unknown color: approx Summer Sky. HEX triplet: 3B, A1 and D7. RGB value is (59,161,215). Sum of RGB (Red+Green+Blue) = 59+161+215=435 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.56% from 435); Green value is 161 (63.28% from 255 or 37.01% from 435); Blue value is 215 (84.38% from 255 or 49.43% from 435); Max value from RGB is 215 - color contains mainly: blue. Hex color #3BA1D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BA1D7 is #C45E28. Grayscale: #888888. Windows color (decimal): -12869161 or 14131515. OLE color: 14131515.

HSL color Cylindrical-coordinate representation of color #3BA1D7: hue angle of 200.77º 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 #3BA1D7 is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB59161215-
CMYK0.730.2500.16
HSL200.77º66.1%53.73%-
HSV(B)200.77º72.56%84.31%-
XYZ26.8131.3368.92-
YUV136.66172.2172.61-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.56%
GREEN value IS 161 (63.28% from 255) = 37.01%
BLUE value IS 215 (84.38% from 255) = 49.43%
R=13.56%
G=37.01%
B=49.43%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal591612150.730.2500.16200.7766.153.73
Hex3BA1D74919010c94236
Octal732413271113102031110266
Binary1110111010000111010111100100111001010000110010011000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA1D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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