#3DB2DD

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

Shades of Summer Sky #3DB2DD

Tints of Summer Sky #3DB2DD

Color information

#3DB2DD (or 0x3DB2DD) is unknown color: approx Summer Sky. HEX triplet: 3D, B2 and DD. RGB value is (61,178,221). Sum of RGB (Red+Green+Blue) = 61+178+221=460 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.26% from 460); Green value is 178 (69.92% from 255 or 38.70% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #3DB2DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DB2DD is #C24D22. Grayscale: #939393. Windows color (decimal): -12733731 or 14529085. OLE color: 14529085.

HSL color Cylindrical-coordinate representation of color #3DB2DD: hue angle of 196.12º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DB2DD is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB61178221-
CMYK0.720.1900.13
HSL196.12º70.18%55.29%-
HSV(B)196.12º72.4%86.67%-
XYZ30.938.0574.12-
YUV147.92169.2466-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.26%
GREEN value IS 178 (69.92% from 255) = 38.70%
BLUE value IS 221 (86.72% from 255) = 48.04%
R=13.26%
G=38.70%
B=48.04%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal611782210.720.1900.13196.1270.1855.29
Hex3DB2DD48130Dc44637
Octal752623351102301530410667
Binary111101101100101101110110010001001101101110001001000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DB2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,178,221); }

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

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

 a { background-color: rgb(61,178,221); }

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

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

 span { border-color: rgb(61,178,221); }

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