#3086BB

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

Shades of Curious Blue #3086BB

Tints of Curious Blue #3086BB

Color information

#3086BB (or 0x3086BB) is unknown color: approx Curious Blue. HEX triplet: 30, 86 and BB. RGB value is (48,134,187). Sum of RGB (Red+Green+Blue) = 48+134+187=369 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.01% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #3086BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3086BB is #CF7944. Grayscale: #727272. Windows color (decimal): -13596997 or 12289584. OLE color: 12289584.

HSL color Cylindrical-coordinate representation of color #3086BB: hue angle of 202.88º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3086BB is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB48134187-
CMYK0.740.2800.27
HSL202.88º59.15%46.08%-
HSV(B)202.88º74.33%73.33%-
XYZ18.7121.2750.13-
YUV114.33169.0180.69-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.01%
GREEN value IS 134 (52.73% from 255) = 36.31%
BLUE value IS 187 (73.44% from 255) = 50.68%
R=13.01%
G=36.31%
B=50.68%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal481341870.740.2800.27202.8859.1546.08
Hex3086BB4A1C01Bcb3b2e
Octal60206273112340333137356
Binary110000100001101011101110010101110001101111001011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3086BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3086BB; }

 p { color: rgb(48,134,187); }

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

<style>
 a { background-color: #3086BB; }

 a { background-color: rgb(48,134,187); }

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

<style>
 span { border-color: #3086BB; }

 span { border-color: rgb(48,134,187); }

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