#3B88BF

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

Shades of Curious Blue #3B88BF

Tints of Curious Blue #3B88BF

Color information

#3B88BF (or 0x3B88BF) is unknown color: approx Curious Blue. HEX triplet: 3B, 88 and BF. RGB value is (59,136,191). Sum of RGB (Red+Green+Blue) = 59+136+191=386 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.28% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 191 (75% from 255 or 49.48% from 386); Max value from RGB is 191 - color contains mainly: blue. Hex color #3B88BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B88BF is #C47740. Grayscale: #767676. Windows color (decimal): -12875585 or 12552251. OLE color: 12552251.

HSL color Cylindrical-coordinate representation of color #3B88BF: hue angle of 205º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B88BF is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB59136191-
CMYK0.690.2900.25
HSL205º52.8%49.02%-
HSV(B)205º69.11%74.9%-
XYZ20.0122.352.54-
YUV119.25168.4985.03-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.28%
GREEN value IS 136 (53.52% from 255) = 35.23%
BLUE value IS 191 (75% from 255) = 49.48%
R=15.28%
G=35.23%
B=49.48%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal591361910.690.2900.2520552.849.02
Hex3B88BF451D019cd3531
Octal73210277105350313156561
Binary111011100010001011111110001011110101100111001101110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B88BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,136,191); }

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

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

 a { background-color: rgb(59,136,191); }

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

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

 span { border-color: rgb(59,136,191); }

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