#3087D1

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

Shades of Curious Blue #3087D1

Tints of Curious Blue #3087D1

Color information

#3087D1 (or 0x3087D1) is unknown color: approx Curious Blue. HEX triplet: 30, 87 and D1. RGB value is (48,135,209). Sum of RGB (Red+Green+Blue) = 48+135+209=392 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.24% from 392); Green value is 135 (53.12% from 255 or 34.44% from 392); Blue value is 209 (82.03% from 255 or 53.32% from 392); Max value from RGB is 209 - color contains mainly: blue. Hex color #3087D1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3087D1 is #CF782E. Grayscale: #757575. Windows color (decimal): -13596719 or 13731632. OLE color: 13731632.

HSL color Cylindrical-coordinate representation of color #3087D1: hue angle of 207.58º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3087D1 is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB48135209-
CMYK0.770.3500.18
HSL207.58º63.64%50.39%-
HSV(B)207.58º77.03%81.96%-
XYZ21.3922.5663.55-
YUV117.42179.6878.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.24%
GREEN value IS 135 (53.12% from 255) = 34.44%
BLUE value IS 209 (82.03% from 255) = 53.32%
R=12.24%
G=34.44%
B=53.32%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal481352090.770.3500.18207.5863.6450.39
Hex3087D14D23012d04032
Octal602073211154302232010062
Binary11000010000111110100011001101100011010010110100001000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3087D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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