#3D95D6

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

Shades of Summer Sky #3D95D6

Tints of Summer Sky #3D95D6

Color information

#3D95D6 (or 0x3D95D6) is unknown color: approx Summer Sky. HEX triplet: 3D, 95 and D6. RGB value is (61,149,214). Sum of RGB (Red+Green+Blue) = 61+149+214=424 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.39% from 424); Green value is 149 (58.59% from 255 or 35.14% from 424); Blue value is 214 (83.98% from 255 or 50.47% from 424); Max value from RGB is 214 - color contains mainly: blue. Hex color #3D95D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D95D6 is #C26A29. Grayscale: #818181. Windows color (decimal): -12741162 or 14062909. OLE color: 14062909.

HSL color Cylindrical-coordinate representation of color #3D95D6: hue angle of 205.49º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3D95D6 is Cyan = 0.71, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB61149214-
CMYK0.710.3000.16
HSL205.49º65.11%53.92%-
HSV(B)205.49º71.5%83.92%-
XYZ24.8127.3467.59-
YUV130.1175.3578.71-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.39%
GREEN value IS 149 (58.59% from 255) = 35.14%
BLUE value IS 214 (83.98% from 255) = 50.47%
R=14.39%
G=35.14%
B=50.47%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal611492140.710.3000.16205.4965.1153.92
Hex3D95D6471E010cd4136
Octal752253261073602031510166
Binary1111011001010111010110100011111110010000110011011000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D95D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,149,214); }

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

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

 a { background-color: rgb(61,149,214); }

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

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

 span { border-color: rgb(61,149,214); }

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