#3280BB

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

Shades of Curious Blue #3280BB

Tints of Curious Blue #3280BB

Color information

#3280BB (or 0x3280BB) is unknown color: approx Curious Blue. HEX triplet: 32, 80 and BB. RGB value is (50,128,187). Sum of RGB (Red+Green+Blue) = 50+128+187=365 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.70% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 187 (73.44% from 255 or 51.23% from 365); Max value from RGB is 187 - color contains mainly: blue. Hex color #3280BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3280BB is #CD7F44. Grayscale: #6F6F6F. Windows color (decimal): -13467461 or 12288050. OLE color: 12288050.

HSL color Cylindrical-coordinate representation of color #3280BB: hue angle of 205.84º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3280BB is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB50128187-
CMYK0.730.3200.27
HSL205.84º57.81%46.47%-
HSV(B)205.84º73.26%73.33%-
XYZ1819.749.87-
YUV111.4170.6684.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.70%
GREEN value IS 128 (50.39% from 255) = 35.07%
BLUE value IS 187 (73.44% from 255) = 51.23%
R=13.70%
G=35.07%
B=51.23%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal501281870.730.3200.27205.8457.8146.47
Hex3280BB492001Bce3a2e
Octal62200273111400333167256
Binary1100101000000010111011100100110000001101111001110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3280BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3280BB; }

 p { color: rgb(50,128,187); }

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

<style>
 a { background-color: #3280BB; }

 a { background-color: rgb(50,128,187); }

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

<style>
 span { border-color: #3280BB; }

 span { border-color: rgb(50,128,187); }

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