#3D8DBD

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

Shades of Curious Blue #3D8DBD

Tints of Curious Blue #3D8DBD

Color information

#3D8DBD (or 0x3D8DBD) is unknown color: approx Curious Blue. HEX triplet: 3D, 8D and BD. RGB value is (61,141,189). Sum of RGB (Red+Green+Blue) = 61+141+189=391 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.60% from 391); Green value is 141 (55.47% from 255 or 36.06% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: blue. Hex color #3D8DBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D8DBD is #C27242. Grayscale: #7A7A7A. Windows color (decimal): -12743235 or 12422461. OLE color: 12422461.

HSL color Cylindrical-coordinate representation of color #3D8DBD: hue angle of 202.5º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D8DBD is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB61141189-
CMYK0.680.2500.26
HSL202.5º51.2%49.02%-
HSV(B)202.5º67.72%74.12%-
XYZ20.6323.7251.63-
YUV122.55165.584.1-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.60%
GREEN value IS 141 (55.47% from 255) = 36.06%
BLUE value IS 189 (74.22% from 255) = 48.34%
R=15.60%
G=36.06%
B=48.34%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal611411890.680.2500.26202.551.249.02
Hex3D8DBD441901Aca3331
Octal75215275104310323126361
Binary111101100011011011110110001001100101101011001010110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,141,189); }

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

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

 a { background-color: rgb(61,141,189); }

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

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

 span { border-color: rgb(61,141,189); }

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