#3085BF

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

Shades of Curious Blue #3085BF

Tints of Curious Blue #3085BF

Color information

#3085BF (or 0x3085BF) is unknown color: approx Curious Blue. HEX triplet: 30, 85 and BF. RGB value is (48,133,191). Sum of RGB (Red+Green+Blue) = 48+133+191=372 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.90% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 191 (75% from 255 or 51.34% from 372); Max value from RGB is 191 - color contains mainly: blue. Hex color #3085BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3085BF is #CF7A40. Grayscale: #717171. Windows color (decimal): -13597249 or 12551472. OLE color: 12551472.

HSL color Cylindrical-coordinate representation of color #3085BF: hue angle of 204.34º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3085BF is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB48133191-
CMYK0.750.3000.25
HSL204.34º59.83%46.86%-
HSV(B)204.34º74.87%74.9%-
XYZ19.0121.1752.37-
YUV114.2171.3480.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.90%
GREEN value IS 133 (52.34% from 255) = 35.75%
BLUE value IS 191 (75% from 255) = 51.34%
R=12.90%
G=35.75%
B=51.34%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal481331910.750.3000.25204.3459.8346.86
Hex3085BF4B1E019cc3c2f
Octal60205277113360313147457
Binary110000100001011011111110010111111001100111001100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3085BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3085BF; }

 p { color: rgb(48,133,191); }

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

<style>
 a { background-color: #3085BF; }

 a { background-color: rgb(48,133,191); }

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

<style>
 span { border-color: #3085BF; }

 span { border-color: rgb(48,133,191); }

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