#3080BA

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

Shades of Curious Blue #3080BA

Tints of Curious Blue #3080BA

Color information

#3080BA (or 0x3080BA) is unknown color: approx Curious Blue. HEX triplet: 30, 80 and BA. RGB value is (48,128,186). Sum of RGB (Red+Green+Blue) = 48+128+186=362 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.26% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #3080BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3080BA is #CF7F45. Grayscale: #6E6E6E. Windows color (decimal): -13598534 or 12222512. OLE color: 12222512.

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

Color convert

RGB48128186-
CMYK0.740.3100.27
HSL205.22º58.97%45.88%-
HSV(B)205.22º74.19%72.94%-
XYZ17.819.6149.3-
YUV110.69170.583.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.26%
GREEN value IS 128 (50.39% from 255) = 35.36%
BLUE value IS 186 (73.05% from 255) = 51.38%
R=13.26%
G=35.36%
B=51.38%

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
Decimal481281860.740.3100.27205.2258.9745.88
Hex3080BA4A1F01Bcd3b2e
Octal60200272112370333157356
Binary110000100000001011101010010101111101101111001101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3080BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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