#3b85bd

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

Shades of Curious Blue #3B85BD

Tints of Curious Blue #3B85BD

Color information

#3B85BD (or 0x3B85BD) is unknown color: approx Curious Blue. HEX triplet: 3B, 85 and BD. RGB value is (59,133,189). Sum of RGB (Red+Green+Blue) = 59+133+189=381 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.49% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 189 (74.22% from 255 or 49.61% from 381); Max value from RGB is 189 - color contains mainly: blue. Hex color #3B85BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B85BD is #C47A42. Grayscale: #747474. Windows color (decimal): -12876355 or 12420411. OLE color: 12420411.

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

Color convert

RGB59133189-
CMYK0.690.3000.26
HSL205.85º52.42%48.63%-
HSV(B)205.85º68.78%74.12%-
XYZ19.3821.3851.25-
YUV117.26168.4886.45-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.49%
GREEN value IS 133 (52.34% from 255) = 34.91%
BLUE value IS 189 (74.22% from 255) = 49.61%
R=15.49%
G=34.91%
B=49.61%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal591331890.690.3000.26205.8552.4248.63
Hex3B85BD451E01Ace3431
Octal73205275105360323166461
Binary111011100001011011110110001011111001101011001110110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b85bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,133,189); }

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

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

 a { background-color: rgb(59,133,189); }

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

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

 span { border-color: rgb(59,133,189); }

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