#3087B3

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

Shades of Curious Blue #3087B3

Tints of Curious Blue #3087B3

Color information

#3087B3 (or 0x3087B3) is unknown color: approx Curious Blue. HEX triplet: 30, 87 and B3. RGB value is (48,135,179). Sum of RGB (Red+Green+Blue) = 48+135+179=362 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.26% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 179 (70.31% from 255 or 49.45% from 362); Max value from RGB is 179 - color contains mainly: blue. Hex color #3087B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3087B3 is #CF784C. Grayscale: #717171. Windows color (decimal): -13596749 or 11765552. OLE color: 11765552.

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

Color convert

RGB48135179-
CMYK0.730.2500.30
HSL200.15º57.71%44.51%-
HSV(B)200.15º73.18%70.2%-
XYZ18.0221.2145.79-
YUV114164.6880.92-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.26%
GREEN value IS 135 (53.12% from 255) = 37.29%
BLUE value IS 179 (70.31% from 255) = 49.45%
R=13.26%
G=37.29%
B=49.45%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal481351790.730.2500.30200.1557.7144.51
Hex3087B3491901Ec83a2d
Octal60207263111310363107255
Binary110000100001111011001110010011100101111011001000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3087B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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