#3D8BC5

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

Shades of Curious Blue #3D8BC5

Tints of Curious Blue #3D8BC5

Color information

#3D8BC5 (or 0x3D8BC5) is unknown color: approx Curious Blue. HEX triplet: 3D, 8B and C5. RGB value is (61,139,197). Sum of RGB (Red+Green+Blue) = 61+139+197=397 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.37% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 197 (77.34% from 255 or 49.62% from 397); Max value from RGB is 197 - color contains mainly: blue. Hex color #3D8BC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D8BC5 is #C2743A. Grayscale: #797979. Windows color (decimal): -12743739 or 12946237. OLE color: 12946237.

HSL color Cylindrical-coordinate representation of color #3D8BC5: hue angle of 205.59º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3D8BC5 is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB61139197-
CMYK0.690.2900.23
HSL205.59º53.97%50.59%-
HSV(B)205.59º69.04%77.25%-
XYZ21.2423.4956.24-
YUV122.29170.1684.28-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.37%
GREEN value IS 139 (54.69% from 255) = 35.01%
BLUE value IS 197 (77.34% from 255) = 49.62%
R=15.37%
G=35.01%
B=49.62%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal611391970.690.2900.23205.5953.9750.59
Hex3D8BC5451D017ce3633
Octal75213305105350273166663
Binary111101100010111100010110001011110101011111001110110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,139,197); }

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

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

 a { background-color: rgb(61,139,197); }

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

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

 span { border-color: rgb(61,139,197); }

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