#3087B5

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

Shades of Curious Blue #3087B5

Tints of Curious Blue #3087B5

Color information

#3087B5 (or 0x3087B5) is unknown color: approx Curious Blue. HEX triplet: 30, 87 and B5. RGB value is (48,135,181). Sum of RGB (Red+Green+Blue) = 48+135+181=364 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.19% from 364); Green value is 135 (53.12% from 255 or 37.09% from 364); Blue value is 181 (71.09% from 255 or 49.73% from 364); Max value from RGB is 181 - color contains mainly: blue. Hex color #3087B5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3087B5 is #CF784A. Grayscale: #717171. Windows color (decimal): -13596747 or 11896624. OLE color: 11896624.

HSL color Cylindrical-coordinate representation of color #3087B5: hue angle of 200.75º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3087B5 is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB48135181-
CMYK0.730.2500.29
HSL200.75º58.08%44.9%-
HSV(B)200.75º73.48%70.98%-
XYZ18.2221.2946.87-
YUV114.23165.6880.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.19%
GREEN value IS 135 (53.12% from 255) = 37.09%
BLUE value IS 181 (71.09% from 255) = 49.73%
R=13.19%
G=37.09%
B=49.73%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal481351810.730.2500.29200.7558.0844.9
Hex3087B5491901Dc93a2d
Octal60207265111310353117255
Binary110000100001111011010110010011100101110111001001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3087B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3087B5; }

 p { color: rgb(48,135,181); }

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

<style>
 a { background-color: #3087B5; }

 a { background-color: rgb(48,135,181); }

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

<style>
 span { border-color: #3087B5; }

 span { border-color: rgb(48,135,181); }

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