#3080B9

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

Shades of Curious Blue #3080B9

Tints of Curious Blue #3080B9

Color information

#3080B9 (or 0x3080B9) is unknown color: approx Curious Blue. HEX triplet: 30, 80 and B9. RGB value is (48,128,185). Sum of RGB (Red+Green+Blue) = 48+128+185=361 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.30% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 185 (72.66% from 255 or 51.25% from 361); Max value from RGB is 185 - color contains mainly: blue. Hex color #3080B9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3080B9 is #CF7F46. Grayscale: #6E6E6E. Windows color (decimal): -13598535 or 12156976. OLE color: 12156976.

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

Color convert

RGB48128185-
CMYK0.740.3100.27
HSL204.96º58.8%45.69%-
HSV(B)204.96º74.05%72.55%-
XYZ17.719.5748.74-
YUV110.5817083.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.30%
GREEN value IS 128 (50.39% from 255) = 35.46%
BLUE value IS 185 (72.66% from 255) = 51.25%
R=13.30%
G=35.46%
B=51.25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal481281850.740.3100.27204.9658.845.69
Hex3080B94A1F01Bcd3b2e
Octal60200271112370333157356
Binary110000100000001011100110010101111101101111001101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3080B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3080B9; }

 p { color: rgb(48,128,185); }

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

<style>
 a { background-color: #3080B9; }

 a { background-color: rgb(48,128,185); }

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

<style>
 span { border-color: #3080B9; }

 span { border-color: rgb(48,128,185); }

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