#3D88D0

Color #3D88D0 Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #3D88D0

Tints of Curious Blue #3D88D0

Color information

#3D88D0 (or 0x3D88D0) is unknown color: approx Curious Blue. HEX triplet: 3D, 88 and D0. RGB value is (61,136,208). Sum of RGB (Red+Green+Blue) = 61+136+208=405 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.06% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 208 (81.64% from 255 or 51.36% from 405); Max value from RGB is 208 - color contains mainly: blue. Hex color #3D88D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D88D0 is #C2772F. Grayscale: #797979. Windows color (decimal): -12744496 or 13666365. OLE color: 13666365.

HSL color Cylindrical-coordinate representation of color #3D88D0: hue angle of 209.39º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3D88D0 is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB61136208-
CMYK0.710.3500.18
HSL209.39º61%52.75%-
HSV(B)209.39º70.67%81.57%-
XYZ22.1123.1562.98-
YUV121.78176.6584.65-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.06%
GREEN value IS 136 (53.52% from 255) = 33.58%
BLUE value IS 208 (81.64% from 255) = 51.36%
R=15.06%
G=33.58%
B=51.36%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal611362080.710.3500.18209.396152.75
Hex3D88D04723012d13d35
Octal75210320107430223217565
Binary1111011000100011010000100011110001101001011010001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D88D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,136,208); }

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

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

 a { background-color: rgb(61,136,208); }

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

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

 span { border-color: rgb(61,136,208); }

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