#3080AB

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

Shades of Curious Blue #3080AB

Tints of Curious Blue #3080AB

Color information

#3080AB (or 0x3080AB) is unknown color: approx Curious Blue. HEX triplet: 30, 80 and AB. RGB value is (48,128,171). Sum of RGB (Red+Green+Blue) = 48+128+171=347 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.83% from 347); Green value is 128 (50.39% from 255 or 36.89% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #3080AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3080AB is #CF7F54. Grayscale: #6C6C6C. Windows color (decimal): -13598549 or 11239472. OLE color: 11239472.

HSL color Cylindrical-coordinate representation of color #3080AB: hue angle of 200.98º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3080AB is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB48128171-
CMYK0.720.2500.33
HSL200.98º56.16%42.94%-
HSV(B)200.98º71.93%67.06%-
XYZ16.2919.0141.34-
YUV108.9816384.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.83%
GREEN value IS 128 (50.39% from 255) = 36.89%
BLUE value IS 171 (67.19% from 255) = 49.28%
R=13.83%
G=36.89%
B=49.28%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal481281710.720.2500.33200.9856.1642.94
Hex3080AB4819021c9382b
Octal60200253110310413117053
Binary1100001000000010101011100100011001010000111001001111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3080AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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