#3D9DDC

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

Shades of Summer Sky #3D9DDC

Tints of Summer Sky #3D9DDC

Color information

#3D9DDC (or 0x3D9DDC) is unknown color: approx Summer Sky. HEX triplet: 3D, 9D and DC. RGB value is (61,157,220). Sum of RGB (Red+Green+Blue) = 61+157+220=438 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.93% from 438); Green value is 157 (61.72% from 255 or 35.84% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #3D9DDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D9DDC is #C26223. Grayscale: #878787. Windows color (decimal): -12739108 or 14458173. OLE color: 14458173.

HSL color Cylindrical-coordinate representation of color #3D9DDC: hue angle of 203.77º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D9DDC is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB61157220-
CMYK0.720.2900.14
HSL203.77º69.43%55.1%-
HSV(B)203.77º72.27%86.27%-
XYZ26.930.2772.14-
YUV135.48175.774.88-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.93%
GREEN value IS 157 (61.72% from 255) = 35.84%
BLUE value IS 220 (86.33% from 255) = 50.23%
R=13.93%
G=35.84%
B=50.23%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal611572200.720.2900.14203.7769.4355.1
Hex3D9DDC481D0Ecc4537
Octal752353341103501631410567
Binary111101100111011101110010010001110101110110011001000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,157,220); }

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

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

 a { background-color: rgb(61,157,220); }

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

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

 span { border-color: rgb(61,157,220); }

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