#3087BB

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

Shades of Curious Blue #3087BB

Tints of Curious Blue #3087BB

Color information

#3087BB (or 0x3087BB) is unknown color: approx Curious Blue. HEX triplet: 30, 87 and BB. RGB value is (48,135,187). Sum of RGB (Red+Green+Blue) = 48+135+187=370 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.97% from 370); Green value is 135 (53.12% from 255 or 36.49% from 370); Blue value is 187 (73.44% from 255 or 50.54% from 370); Max value from RGB is 187 - color contains mainly: blue. Hex color #3087BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3087BB is #CF7844. Grayscale: #727272. Windows color (decimal): -13596741 or 12289840. OLE color: 12289840.

HSL color Cylindrical-coordinate representation of color #3087BB: hue angle of 202.45º 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 #3087BB is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB48135187-
CMYK0.740.2800.27
HSL202.45º59.15%46.08%-
HSV(B)202.45º74.33%73.33%-
XYZ18.8521.5450.18-
YUV114.92168.6880.27-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.97%
GREEN value IS 135 (53.12% from 255) = 36.49%
BLUE value IS 187 (73.44% from 255) = 50.54%
R=12.97%
G=36.49%
B=50.54%

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
Decimal481351870.740.2800.27202.4559.1546.08
Hex3087BB4A1C01Bca3b2e
Octal60207273112340333127356
Binary110000100001111011101110010101110001101111001010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3087BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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