#3D85BC

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

Shades of Curious Blue #3D85BC

Tints of Curious Blue #3D85BC

Color information

#3D85BC (or 0x3D85BC) is unknown color: approx Curious Blue. HEX triplet: 3D, 85 and BC. RGB value is (61,133,188). Sum of RGB (Red+Green+Blue) = 61+133+188=382 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.97% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #3D85BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D85BC is #C27A43. Grayscale: #757575. Windows color (decimal): -12745284 or 12354877. OLE color: 12354877.

HSL color Cylindrical-coordinate representation of color #3D85BC: hue angle of 205.98º 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 #3D85BC is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB61133188-
CMYK0.680.2900.26
HSL205.98º51%48.82%-
HSV(B)205.98º67.55%73.73%-
XYZ19.3921.450.69-
YUV117.74167.6587.53-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.97%
GREEN value IS 133 (52.34% from 255) = 34.82%
BLUE value IS 188 (73.83% from 255) = 49.21%
R=15.97%
G=34.82%
B=49.21%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal611331880.680.2900.26205.985148.82
Hex3D85BC441D01Ace3331
Octal75205274104350323166361
Binary111101100001011011110010001001110101101011001110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D85BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,133,188); }

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

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

 a { background-color: rgb(61,133,188); }

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

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

 span { border-color: rgb(61,133,188); }

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