#3080B4

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

Shades of Curious Blue #3080B4

Tints of Curious Blue #3080B4

Color information

#3080B4 (or 0x3080B4) is unknown color: approx Curious Blue. HEX triplet: 30, 80 and B4. RGB value is (48,128,180). Sum of RGB (Red+Green+Blue) = 48+128+180=356 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.48% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 180 (70.70% from 255 or 50.56% from 356); Max value from RGB is 180 - color contains mainly: blue. Hex color #3080B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3080B4 is #CF7F4B. Grayscale: #6D6D6D. Windows color (decimal): -13598540 or 11829296. OLE color: 11829296.

HSL color Cylindrical-coordinate representation of color #3080B4: hue angle of 203.64º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3080B4 is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB48128180-
CMYK0.730.2900.29
HSL203.64º57.89%44.71%-
HSV(B)203.64º73.33%70.59%-
XYZ17.1819.3646.01-
YUV110.01167.583.77-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.48%
GREEN value IS 128 (50.39% from 255) = 35.96%
BLUE value IS 180 (70.70% from 255) = 50.56%
R=13.48%
G=35.96%
B=50.56%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal481281800.730.2900.29203.6457.8944.71
Hex3080B4491D01Dcc3a2d
Octal60200264111350353147255
Binary110000100000001011010010010011110101110111001100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3080B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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