#3D99DD

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

Shades of Summer Sky #3D99DD

Tints of Summer Sky #3D99DD

Color information

#3D99DD (or 0x3D99DD) is unknown color: approx Summer Sky. HEX triplet: 3D, 99 and DD. RGB value is (61,153,221). Sum of RGB (Red+Green+Blue) = 61+153+221=435 (57% of max value = 765). Red value is 61 (24.22% from 255 or 14.02% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #3D99DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D99DD is #C26622. Grayscale: #848484. Windows color (decimal): -12740131 or 14522685. OLE color: 14522685.

HSL color Cylindrical-coordinate representation of color #3D99DD: hue angle of 205.5º 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 #3D99DD is Cyan = 0.72, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB61153221-
CMYK0.720.3100.13
HSL205.5º70.18%55.29%-
HSV(B)205.5º72.4%86.67%-
XYZ26.372972.61-
YUV133.24177.5276.47-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.02%
GREEN value IS 153 (60.16% from 255) = 35.17%
BLUE value IS 221 (86.72% from 255) = 50.80%
R=14.02%
G=35.17%
B=50.80%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal611532210.720.3100.13205.570.1855.29
Hex3D99DD481F0Dce4637
Octal752313351103701531610667
Binary111101100110011101110110010001111101101110011101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D99DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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