#3D9BDC

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

Shades of Summer Sky #3D9BDC

Tints of Summer Sky #3D9BDC

Color information

#3D9BDC (or 0x3D9BDC) is unknown color: approx Summer Sky. HEX triplet: 3D, 9B and DC. RGB value is (61,155,220). Sum of RGB (Red+Green+Blue) = 61+155+220=436 (57% of max value = 765). Red value is 61 (24.22% from 255 or 13.99% from 436); Green value is 155 (60.94% from 255 or 35.55% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #3D9BDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D9BDC is #C26423. Grayscale: #858585. Windows color (decimal): -12739620 or 14457661. OLE color: 14457661.

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

Color convert

RGB61155220-
CMYK0.720.3000.14
HSL204.53º69.43%55.1%-
HSV(B)204.53º72.27%86.27%-
XYZ26.5629.672.02-
YUV134.3176.3675.71-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.99%
GREEN value IS 155 (60.94% from 255) = 35.55%
BLUE value IS 220 (86.33% from 255) = 50.46%
R=13.99%
G=35.55%
B=50.46%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal611552200.720.3000.14204.5369.4355.1
Hex3D9BDC481E0Ecd4537
Octal752333341103601631510567
Binary111101100110111101110010010001111001110110011011000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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